UNPKG

9.86 kBJSONView Raw
1{
2 "name": "solarized-light",
3 "tokenColors": [
4 {
5 "settings": {
6 "foreground": "#657B83"
7 }
8 },
9 {
10 "scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
11 "settings": {
12 "foreground": "#657B83"
13 }
14 },
15 {
16 "name": "Comment",
17 "scope": "comment",
18 "settings": {
19 "fontStyle": "italic",
20 "foreground": "#93A1A1"
21 }
22 },
23 {
24 "name": "String",
25 "scope": "string",
26 "settings": {
27 "foreground": "#2AA198"
28 }
29 },
30 {
31 "name": "Regexp",
32 "scope": "string.regexp",
33 "settings": {
34 "foreground": "#DC322F"
35 }
36 },
37 {
38 "name": "Number",
39 "scope": "constant.numeric",
40 "settings": {
41 "foreground": "#D33682"
42 }
43 },
44 {
45 "name": "Variable",
46 "scope": ["variable.language", "variable.other"],
47 "settings": {
48 "foreground": "#268BD2"
49 }
50 },
51 {
52 "name": "Keyword",
53 "scope": "keyword",
54 "settings": {
55 "foreground": "#859900"
56 }
57 },
58 {
59 "name": "Storage",
60 "scope": "storage",
61 "settings": {
62 "fontStyle": "bold",
63 "foreground": "#586E75"
64 }
65 },
66 {
67 "name": "Class name",
68 "scope": [
69 "entity.name.class",
70 "entity.name.type",
71 "entity.name.namespace",
72 "entity.name.scope-resolution"
73 ],
74 "settings": {
75 "fontStyle": "",
76 "foreground": "#CB4B16"
77 }
78 },
79 {
80 "name": "Function name",
81 "scope": "entity.name.function",
82 "settings": {
83 "foreground": "#268BD2"
84 }
85 },
86 {
87 "name": "Variable start",
88 "scope": "punctuation.definition.variable",
89 "settings": {
90 "foreground": "#859900"
91 }
92 },
93 {
94 "name": "Embedded code markers",
95 "scope": ["punctuation.section.embedded.begin", "punctuation.section.embedded.end"],
96 "settings": {
97 "foreground": "#DC322F"
98 }
99 },
100 {
101 "name": "Built-in constant",
102 "scope": ["constant.language", "meta.preprocessor"],
103 "settings": {
104 "foreground": "#B58900"
105 }
106 },
107 {
108 "name": "Support.construct",
109 "scope": ["support.function.construct", "keyword.other.new"],
110 "settings": {
111 "foreground": "#CB4B16"
112 }
113 },
114 {
115 "name": "User-defined constant",
116 "scope": ["constant.character", "constant.other"],
117 "settings": {
118 "foreground": "#CB4B16"
119 }
120 },
121 {
122 "name": "Inherited class",
123 "scope": "entity.other.inherited-class",
124 "settings": {
125 "foreground": "#6C71C4"
126 }
127 },
128 {
129 "name": "Function argument",
130 "scope": "variable.parameter",
131 "settings": {}
132 },
133 {
134 "name": "Tag name",
135 "scope": "entity.name.tag",
136 "settings": {
137 "foreground": "#268BD2"
138 }
139 },
140 {
141 "name": "Tag start/end",
142 "scope": "punctuation.definition.tag",
143 "settings": {
144 "foreground": "#93A1A1"
145 }
146 },
147 {
148 "name": "Tag attribute",
149 "scope": "entity.other.attribute-name",
150 "settings": {
151 "foreground": "#93A1A1"
152 }
153 },
154 {
155 "name": "Library function",
156 "scope": "support.function",
157 "settings": {
158 "foreground": "#268BD2"
159 }
160 },
161 {
162 "name": "Continuation",
163 "scope": "punctuation.separator.continuation",
164 "settings": {
165 "foreground": "#DC322F"
166 }
167 },
168 {
169 "name": "Library constant",
170 "scope": ["support.constant", "support.variable"],
171 "settings": {}
172 },
173 {
174 "name": "Library class/type",
175 "scope": ["support.type", "support.class"],
176 "settings": {
177 "foreground": "#859900"
178 }
179 },
180 {
181 "name": "Library Exception",
182 "scope": "support.type.exception",
183 "settings": {
184 "foreground": "#CB4B16"
185 }
186 },
187 {
188 "name": "Library variable",
189 "scope": "support.other.variable",
190 "settings": {}
191 },
192 {
193 "name": "Invalid",
194 "scope": "invalid",
195 "settings": {
196 "foreground": "#DC322F"
197 }
198 },
199 {
200 "name": "diff: header",
201 "scope": ["meta.diff", "meta.diff.header"],
202 "settings": {
203 "fontStyle": "italic",
204 "foreground": "#268BD2"
205 }
206 },
207 {
208 "name": "diff: deleted",
209 "scope": "markup.deleted",
210 "settings": {
211 "fontStyle": "",
212 "foreground": "#DC322F"
213 }
214 },
215 {
216 "name": "diff: changed",
217 "scope": "markup.changed",
218 "settings": {
219 "fontStyle": "",
220 "foreground": "#CB4B16"
221 }
222 },
223 {
224 "name": "diff: inserted",
225 "scope": "markup.inserted",
226 "settings": {
227 "foreground": "#859900"
228 }
229 },
230 {
231 "name": "Markup Quote",
232 "scope": "markup.quote",
233 "settings": {
234 "foreground": "#859900"
235 }
236 },
237 {
238 "name": "Markup Lists",
239 "scope": "markup.list",
240 "settings": {
241 "foreground": "#B58900"
242 }
243 },
244 {
245 "name": "Markup Styling",
246 "scope": ["markup.bold", "markup.italic"],
247 "settings": {
248 "foreground": "#D33682"
249 }
250 },
251 {
252 "name": "Markup: Strong",
253 "scope": "markup.bold",
254 "settings": {
255 "fontStyle": "bold"
256 }
257 },
258 {
259 "name": "Markup: Emphasis",
260 "scope": "markup.italic",
261 "settings": {
262 "fontStyle": "italic"
263 }
264 },
265 {
266 "scope": "markup.strikethrough",
267 "settings": {
268 "fontStyle": "strikethrough"
269 }
270 },
271 {
272 "name": "Markup Inline",
273 "scope": "markup.inline.raw",
274 "settings": {
275 "fontStyle": "",
276 "foreground": "#2AA198"
277 }
278 },
279 {
280 "name": "Markup Headings",
281 "scope": "markup.heading",
282 "settings": {
283 "fontStyle": "bold",
284 "foreground": "#268BD2"
285 }
286 },
287 {
288 "name": "Markup Setext Header",
289 "scope": "markup.heading.setext",
290 "settings": {
291 "fontStyle": "",
292 "foreground": "#268BD2"
293 }
294 }
295 ],
296 "colors": {
297 "focusBorder": "#b49471",
298 "input.background": "#DDD6C1",
299 "input.foreground": "#586E75",
300 "input.placeholderForeground": "#586E75AA",
301 "inputOption.activeBorder": "#D3AF86",
302 "badge.background": "#B58900AA",
303 "progressBar.background": "#B58900",
304 "dropdown.background": "#EEE8D5",
305 "dropdown.border": "#D3AF86",
306 "button.background": "#AC9D57",
307 "selection.background": "#878b9180",
308 "list.activeSelectionBackground": "#DFCA88",
309 "list.activeSelectionForeground": "#6C6C6C",
310 "quickInputList.focusBackground": "#DFCA8866",
311 "list.hoverBackground": "#DFCA8844",
312 "list.inactiveSelectionBackground": "#D1CBB8",
313 "list.highlightForeground": "#B58900",
314 "editor.background": "#FDF6E3",
315 "editor.foreground": "#657B83",
316 "notebook.cellEditorBackground": "#F7F0E0",
317 "editorWidget.background": "#EEE8D5",
318 "editorCursor.foreground": "#657B83",
319 "editorWhitespace.foreground": "#586E7580",
320 "editor.lineHighlightBackground": "#EEE8D5",
321 "editor.selectionBackground": "#EEE8D5",
322 "minimap.selectionHighlight": "#EEE8D5",
323 "editorIndentGuide.background": "#586E7580",
324 "editorIndentGuide.activeBackground": "#081E2580",
325 "editorHoverWidget.background": "#CCC4B0",
326 "editorLineNumber.activeForeground": "#567983",
327 "peekViewResult.background": "#EEE8D5",
328 "peekViewEditor.background": "#FFFBF2",
329 "peekViewTitle.background": "#EEE8D5",
330 "peekView.border": "#B58900",
331 "peekViewEditor.matchHighlightBackground": "#7744AA40",
332 "titleBar.activeBackground": "#EEE8D5",
333 "editorGroup.border": "#DDD6C1",
334 "editorGroup.dropBackground": "#DDD6C1AA",
335 "editorGroupHeader.tabsBackground": "#D9D2C2",
336 "tab.border": "#DDD6C1",
337 "tab.activeBackground": "#FDF6E3",
338 "tab.inactiveForeground": "#586E75",
339 "tab.inactiveBackground": "#D3CBB7",
340 "tab.activeModifiedBorder": "#cb4b16",
341 "tab.lastPinnedBorder": "#FDF6E3",
342 "activityBar.background": "#DDD6C1",
343 "activityBar.foreground": "#584c27",
344 "activityBarBadge.background": "#B58900",
345 "panel.border": "#DDD6C1",
346 "sideBar.background": "#EEE8D5",
347 "sideBarTitle.foreground": "#586E75",
348 "statusBar.foreground": "#586E75",
349 "statusBar.background": "#EEE8D5",
350 "statusBar.debuggingBackground": "#EEE8D5",
351 "statusBar.noFolderBackground": "#EEE8D5",
352 "statusBarItem.remoteBackground": "#AC9D57",
353 "ports.iconRunningProcessForeground": "#2AA19899",
354 "statusBarItem.prominentBackground": "#DDD6C1",
355 "statusBarItem.prominentHoverBackground": "#DDD6C199",
356 "debugToolBar.background": "#DDD6C1",
357 "debugExceptionWidget.background": "#DDD6C1",
358 "debugExceptionWidget.border": "#AB395B",
359 "pickerGroup.border": "#2AA19899",
360 "pickerGroup.foreground": "#2AA19899",
361 "extensionButton.prominentBackground": "#b58900",
362 "extensionButton.prominentHoverBackground": "#584c27aa",
363 "terminal.ansiBlack": "#073642",
364 "terminal.ansiRed": "#dc322f",
365 "terminal.ansiGreen": "#859900",
366 "terminal.ansiYellow": "#b58900",
367 "terminal.ansiBlue": "#268bd2",
368 "terminal.ansiMagenta": "#d33682",
369 "terminal.ansiCyan": "#2aa198",
370 "terminal.ansiWhite": "#eee8d5",
371 "terminal.ansiBrightBlack": "#002b36",
372 "terminal.ansiBrightRed": "#cb4b16",
373 "terminal.ansiBrightGreen": "#586e75",
374 "terminal.ansiBrightYellow": "#657b83",
375 "terminal.ansiBrightBlue": "#839496",
376 "terminal.ansiBrightMagenta": "#6c71c4",
377 "terminal.ansiBrightCyan": "#93a1a1",
378 "terminal.ansiBrightWhite": "#fdf6e3",
379 "terminal.background": "#FDF6E3",
380 "walkThrough.embeddedEditorBackground": "#00000014"
381 },
382 "semanticHighlighting": true
383}