UNPKG

4.63 kBJSONView Raw
1{
2 "name": "css-variables",
3 "type": "css",
4 "colors": {
5 "editor.foreground": "#000001",
6 "editor.background": "#000002",
7 "terminal.ansiBlack": "#A00000",
8 "terminal.ansiRed": "#A00001",
9 "terminal.ansiGreen": "#A00002",
10 "terminal.ansiYellow": "#A00003",
11 "terminal.ansiBlue": "#A00004",
12 "terminal.ansiMagenta": "#A00005",
13 "terminal.ansiCyan": "#A00006",
14 "terminal.ansiWhite": "#A00007",
15 "terminal.ansiBrightBlack": "#A00008",
16 "terminal.ansiBrightRed": "#A00009",
17 "terminal.ansiBrightGreen": "#A00010",
18 "terminal.ansiBrightYellow": "#A00011",
19 "terminal.ansiBrightBlue": "#A00012",
20 "terminal.ansiBrightMagenta": "#A00013",
21 "terminal.ansiBrightCyan": "#A00014",
22 "terminal.ansiBrightWhite": "#A00015"
23 },
24 "tokenColors": [
25 {
26 "settings": {
27 "foreground": "#000001"
28 }
29 },
30 {
31 "scope": [
32 "keyword.operator.accessor",
33 "meta.group.braces.round.function.arguments",
34 "meta.template.expression",
35 "markup.fenced_code meta.embedded.block"
36 ],
37 "settings": {
38 "foreground": "#000001"
39 }
40 },
41 {
42 "scope": "emphasis",
43 "settings": {
44 "fontStyle": "italic"
45 }
46 },
47 {
48 "scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
49 "settings": {
50 "fontStyle": "bold"
51 }
52 },
53 {
54 "scope": ["markup.italic.markdown"],
55 "settings": {
56 "fontStyle": "italic"
57 }
58 },
59 {
60 "scope": "meta.link.inline.markdown",
61 "settings": {
62 "fontStyle": "underline",
63 "foreground": "#000004"
64 }
65 },
66 {
67 "scope": ["string", "markup.fenced_code", "markup.inline"],
68 "settings": {
69 "foreground": "#000005"
70 }
71 },
72 {
73 "scope": ["comment", "string.quoted.docstring.multi"],
74 "settings": {
75 "foreground": "#000006"
76 }
77 },
78 {
79 "scope": [
80 "constant.numeric",
81 "constant.language",
82 "constant.other.placeholder",
83 "constant.character.format.placeholder",
84 "variable.language.this",
85 "variable.other.object",
86 "variable.other.class",
87 "variable.other.constant",
88 "meta.property-name",
89 "meta.property-value",
90 "support"
91 ],
92 "settings": {
93 "foreground": "#000004"
94 }
95 },
96 {
97 "scope": [
98 "keyword",
99 "storage.modifier",
100 "storage.type",
101 "storage.control.clojure",
102 "entity.name.function.clojure",
103 "entity.name.tag.yaml",
104 "support.function.node",
105 "support.type.property-name.json",
106 "punctuation.separator.key-value",
107 "punctuation.definition.template-expression"
108 ],
109 "settings": {
110 "foreground": "#000007"
111 }
112 },
113 {
114 "scope": "variable.parameter.function",
115 "settings": {
116 "foreground": "#000008"
117 }
118 },
119 {
120 "scope": [
121 "support.function",
122 "entity.name.type",
123 "entity.other.inherited-class",
124 "meta.function-call",
125 "meta.instance.constructor",
126 "entity.other.attribute-name",
127 "entity.name.function",
128 "constant.keyword.clojure"
129 ],
130 "settings": {
131 "foreground": "#000009"
132 }
133 },
134 {
135 "scope": [
136 "entity.name.tag",
137 "string.quoted",
138 "string.regexp",
139 "string.interpolated",
140 "string.template",
141 "string.unquoted.plain.out.yaml",
142 "keyword.other.template"
143 ],
144 "settings": {
145 "foreground": "#000010"
146 }
147 },
148 {
149 "scope": [
150 "punctuation.definition.arguments",
151 "punctuation.definition.dict",
152 "punctuation.separator",
153 "meta.function-call.arguments"
154 ],
155 "settings": {
156 "foreground": "#000011"
157 }
158 },
159 {
160 "name": "[Custom] Markdown links",
161 "scope": ["markup.underline.link", "punctuation.definition.metadata.markdown"],
162 "settings": {
163 "foreground": "#000012"
164 }
165 },
166 {
167 "name": "[Custom] Markdown list",
168 "scope": ["beginning.punctuation.definition.list.markdown"],
169 "settings": {
170 "foreground": "#000005"
171 }
172 },
173 {
174 "name": "[Custom] Markdown punctuation definition brackets",
175 "scope": [
176 "punctuation.definition.string.begin.markdown",
177 "punctuation.definition.string.end.markdown",
178 "string.other.link.title.markdown",
179 "string.other.link.description.markdown"
180 ],
181 "settings": {
182 "foreground": "#000007"
183 }
184 }
185 ]
186}