1 | {
|
2 | "type": "dark",
|
3 | "colors": {
|
4 | "dropdown.background": "#414339",
|
5 | "list.activeSelectionBackground": "#75715E",
|
6 | "quickInputList.focusBackground": "#414339",
|
7 | "dropdown.listBackground": "#1e1f1c",
|
8 | "list.inactiveSelectionBackground": "#414339",
|
9 | "list.hoverBackground": "#3e3d32",
|
10 | "list.dropBackground": "#414339",
|
11 | "list.highlightForeground": "#f8f8f2",
|
12 | "button.background": "#75715E",
|
13 | "editor.background": "#272822",
|
14 | "editor.foreground": "#f8f8f2",
|
15 | "selection.background": "#878b9180",
|
16 | "editor.selectionHighlightBackground": "#575b6180",
|
17 | "editor.selectionBackground": "#878b9180",
|
18 | "minimap.selectionHighlight": "#878b9180",
|
19 | "editor.wordHighlightBackground": "#4a4a7680",
|
20 | "editor.wordHighlightStrongBackground": "#6a6a9680",
|
21 | "editor.lineHighlightBackground": "#3e3d32",
|
22 | "editorLineNumber.activeForeground": "#c2c2bf",
|
23 | "editorCursor.foreground": "#f8f8f0",
|
24 | "editorWhitespace.foreground": "#464741",
|
25 | "editorIndentGuide.background": "#464741",
|
26 | "editorIndentGuide.activeBackground": "#767771",
|
27 | "editorGroupHeader.tabsBackground": "#1e1f1c",
|
28 | "editorGroup.dropBackground": "#41433980",
|
29 | "tab.inactiveBackground": "#34352f",
|
30 | "tab.border": "#1e1f1c",
|
31 | "tab.inactiveForeground": "#ccccc7",
|
32 | "tab.lastPinnedBorder": "#414339",
|
33 | "widget.shadow": "#00000098",
|
34 | "progressBar.background": "#75715E",
|
35 | "badge.background": "#75715E",
|
36 | "badge.foreground": "#f8f8f2",
|
37 | "editorLineNumber.foreground": "#90908a",
|
38 | "panelTitle.activeForeground": "#f8f8f2",
|
39 | "panelTitle.activeBorder": "#75715E",
|
40 | "panelTitle.inactiveForeground": "#75715E",
|
41 | "panel.border": "#414339",
|
42 | "settings.focusedRowBackground": "#4143395A",
|
43 | "titleBar.activeBackground": "#1e1f1c",
|
44 | "statusBar.background": "#414339",
|
45 | "statusBar.noFolderBackground": "#414339",
|
46 | "statusBar.debuggingBackground": "#75715E",
|
47 | "statusBarItem.remoteBackground": "#AC6218",
|
48 | "ports.iconRunningProcessForeground": "#ccccc7",
|
49 | "activityBar.background": "#272822",
|
50 | "activityBar.foreground": "#f8f8f2",
|
51 | "sideBar.background": "#1e1f1c",
|
52 | "sideBarSectionHeader.background": "#272822",
|
53 | "menu.background": "#1e1f1c",
|
54 | "menu.foreground": "#cccccc",
|
55 | "pickerGroup.foreground": "#75715E",
|
56 | "input.background": "#414339",
|
57 | "inputOption.activeBorder": "#75715E",
|
58 | "focusBorder": "#99947c",
|
59 | "editorWidget.background": "#1e1f1c",
|
60 | "debugToolBar.background": "#1e1f1c",
|
61 | "diffEditor.insertedTextBackground": "#4b661680",
|
62 | "diffEditor.removedTextBackground": "#90274A70",
|
63 | "inputValidation.errorBackground": "#90274A",
|
64 | "inputValidation.errorBorder": "#f92672",
|
65 | "inputValidation.warningBackground": "#848528",
|
66 | "inputValidation.warningBorder": "#e2e22e",
|
67 | "inputValidation.infoBackground": "#546190",
|
68 | "inputValidation.infoBorder": "#819aff",
|
69 | "editorHoverWidget.background": "#414339",
|
70 | "editorHoverWidget.border": "#75715E",
|
71 | "editorSuggestWidget.background": "#272822",
|
72 | "editorSuggestWidget.border": "#75715E",
|
73 | "editorGroup.border": "#34352f",
|
74 | "peekView.border": "#75715E",
|
75 | "peekViewEditor.background": "#272822",
|
76 | "peekViewResult.background": "#1e1f1c",
|
77 | "peekViewTitle.background": "#1e1f1c",
|
78 | "peekViewResult.selectionBackground": "#414339",
|
79 | "peekViewResult.matchHighlightBackground": "#75715E",
|
80 | "peekViewEditor.matchHighlightBackground": "#75715E",
|
81 | "terminal.ansiBlack": "#333333",
|
82 | "terminal.ansiRed": "#C4265E",
|
83 | "terminal.ansiGreen": "#86B42B",
|
84 | "terminal.ansiYellow": "#B3B42B",
|
85 | "terminal.ansiBlue": "#6A7EC8",
|
86 | "terminal.ansiMagenta": "#8C6BC8",
|
87 | "terminal.ansiCyan": "#56ADBC",
|
88 | "terminal.ansiWhite": "#e3e3dd",
|
89 | "terminal.ansiBrightBlack": "#666666",
|
90 | "terminal.ansiBrightRed": "#f92672",
|
91 | "terminal.ansiBrightGreen": "#A6E22E",
|
92 | "terminal.ansiBrightYellow": "#e2e22e",
|
93 | "terminal.ansiBrightBlue": "#819aff",
|
94 | "terminal.ansiBrightMagenta": "#AE81FF",
|
95 | "terminal.ansiBrightCyan": "#66D9EF",
|
96 | "terminal.ansiBrightWhite": "#f8f8f2"
|
97 | },
|
98 | "tokenColors": [
|
99 | {
|
100 | "settings": {
|
101 | "foreground": "#F8F8F2"
|
102 | }
|
103 | },
|
104 | {
|
105 | "scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
|
106 | "settings": {
|
107 | "foreground": "#F8F8F2"
|
108 | }
|
109 | },
|
110 | {
|
111 | "name": "Comment",
|
112 | "scope": "comment",
|
113 | "settings": {
|
114 | "foreground": "#88846f"
|
115 | }
|
116 | },
|
117 | {
|
118 | "name": "String",
|
119 | "scope": "string",
|
120 | "settings": {
|
121 | "foreground": "#E6DB74"
|
122 | }
|
123 | },
|
124 | {
|
125 | "name": "Template Definition",
|
126 | "scope": ["punctuation.definition.template-expression", "punctuation.section.embedded"],
|
127 | "settings": {
|
128 | "foreground": "#F92672"
|
129 | }
|
130 | },
|
131 | {
|
132 | "name": "Reset JavaScript string interpolation expression",
|
133 | "scope": ["meta.template.expression"],
|
134 | "settings": {
|
135 | "foreground": "#F8F8F2"
|
136 | }
|
137 | },
|
138 | {
|
139 | "name": "Number",
|
140 | "scope": "constant.numeric",
|
141 | "settings": {
|
142 | "foreground": "#AE81FF"
|
143 | }
|
144 | },
|
145 | {
|
146 | "name": "Built-in constant",
|
147 | "scope": "constant.language",
|
148 | "settings": {
|
149 | "foreground": "#AE81FF"
|
150 | }
|
151 | },
|
152 | {
|
153 | "name": "User-defined constant",
|
154 | "scope": "constant.character, constant.other",
|
155 | "settings": {
|
156 | "foreground": "#AE81FF"
|
157 | }
|
158 | },
|
159 | {
|
160 | "name": "Variable",
|
161 | "scope": "variable",
|
162 | "settings": {
|
163 | "fontStyle": "",
|
164 | "foreground": "#F8F8F2"
|
165 | }
|
166 | },
|
167 | {
|
168 | "name": "Keyword",
|
169 | "scope": "keyword",
|
170 | "settings": {
|
171 | "foreground": "#F92672"
|
172 | }
|
173 | },
|
174 | {
|
175 | "name": "Storage",
|
176 | "scope": "storage",
|
177 | "settings": {
|
178 | "fontStyle": "",
|
179 | "foreground": "#F92672"
|
180 | }
|
181 | },
|
182 | {
|
183 | "name": "Storage type",
|
184 | "scope": "storage.type",
|
185 | "settings": {
|
186 | "fontStyle": "italic",
|
187 | "foreground": "#66D9EF"
|
188 | }
|
189 | },
|
190 | {
|
191 | "name": "Class name",
|
192 | "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
|
193 | "settings": {
|
194 | "fontStyle": "underline",
|
195 | "foreground": "#A6E22E"
|
196 | }
|
197 | },
|
198 | {
|
199 | "name": "Inherited class",
|
200 | "scope": "entity.other.inherited-class",
|
201 | "settings": {
|
202 | "fontStyle": "italic underline",
|
203 | "foreground": "#A6E22E"
|
204 | }
|
205 | },
|
206 | {
|
207 | "name": "Function name",
|
208 | "scope": "entity.name.function",
|
209 | "settings": {
|
210 | "fontStyle": "",
|
211 | "foreground": "#A6E22E"
|
212 | }
|
213 | },
|
214 | {
|
215 | "name": "Function argument",
|
216 | "scope": "variable.parameter",
|
217 | "settings": {
|
218 | "fontStyle": "italic",
|
219 | "foreground": "#FD971F"
|
220 | }
|
221 | },
|
222 | {
|
223 | "name": "Tag name",
|
224 | "scope": "entity.name.tag",
|
225 | "settings": {
|
226 | "fontStyle": "",
|
227 | "foreground": "#F92672"
|
228 | }
|
229 | },
|
230 | {
|
231 | "name": "Tag attribute",
|
232 | "scope": "entity.other.attribute-name",
|
233 | "settings": {
|
234 | "fontStyle": "",
|
235 | "foreground": "#A6E22E"
|
236 | }
|
237 | },
|
238 | {
|
239 | "name": "Library function",
|
240 | "scope": "support.function",
|
241 | "settings": {
|
242 | "fontStyle": "",
|
243 | "foreground": "#66D9EF"
|
244 | }
|
245 | },
|
246 | {
|
247 | "name": "Library constant",
|
248 | "scope": "support.constant",
|
249 | "settings": {
|
250 | "fontStyle": "",
|
251 | "foreground": "#66D9EF"
|
252 | }
|
253 | },
|
254 | {
|
255 | "name": "Library class/type",
|
256 | "scope": "support.type, support.class",
|
257 | "settings": {
|
258 | "fontStyle": "italic",
|
259 | "foreground": "#66D9EF"
|
260 | }
|
261 | },
|
262 | {
|
263 | "name": "Library variable",
|
264 | "scope": "support.other.variable",
|
265 | "settings": {
|
266 | "fontStyle": ""
|
267 | }
|
268 | },
|
269 | {
|
270 | "name": "Invalid",
|
271 | "scope": "invalid",
|
272 | "settings": {
|
273 | "fontStyle": "",
|
274 | "foreground": "#F44747"
|
275 | }
|
276 | },
|
277 | {
|
278 | "name": "Invalid deprecated",
|
279 | "scope": "invalid.deprecated",
|
280 | "settings": {
|
281 | "foreground": "#F44747"
|
282 | }
|
283 | },
|
284 | {
|
285 | "name": "JSON String",
|
286 | "scope": "meta.structure.dictionary.json string.quoted.double.json",
|
287 | "settings": {
|
288 | "foreground": "#CFCFC2"
|
289 | }
|
290 | },
|
291 | {
|
292 | "name": "diff.header",
|
293 | "scope": "meta.diff, meta.diff.header",
|
294 | "settings": {
|
295 | "foreground": "#75715E"
|
296 | }
|
297 | },
|
298 | {
|
299 | "name": "diff.deleted",
|
300 | "scope": "markup.deleted",
|
301 | "settings": {
|
302 | "foreground": "#F92672"
|
303 | }
|
304 | },
|
305 | {
|
306 | "name": "diff.inserted",
|
307 | "scope": "markup.inserted",
|
308 | "settings": {
|
309 | "foreground": "#A6E22E"
|
310 | }
|
311 | },
|
312 | {
|
313 | "name": "diff.changed",
|
314 | "scope": "markup.changed",
|
315 | "settings": {
|
316 | "foreground": "#E6DB74"
|
317 | }
|
318 | },
|
319 | {
|
320 | "scope": "constant.numeric.line-number.find-in-files - match",
|
321 | "settings": {
|
322 | "foreground": "#AE81FFA0"
|
323 | }
|
324 | },
|
325 | {
|
326 | "scope": "entity.name.filename.find-in-files",
|
327 | "settings": {
|
328 | "foreground": "#E6DB74"
|
329 | }
|
330 | },
|
331 | {
|
332 | "name": "Markup Quote",
|
333 | "scope": "markup.quote",
|
334 | "settings": {
|
335 | "foreground": "#F92672"
|
336 | }
|
337 | },
|
338 | {
|
339 | "name": "Markup Lists",
|
340 | "scope": "markup.list",
|
341 | "settings": {
|
342 | "foreground": "#E6DB74"
|
343 | }
|
344 | },
|
345 | {
|
346 | "name": "Markup Styling",
|
347 | "scope": "markup.bold, markup.italic",
|
348 | "settings": {
|
349 | "foreground": "#66D9EF"
|
350 | }
|
351 | },
|
352 | {
|
353 | "name": "Markup Inline",
|
354 | "scope": "markup.inline.raw",
|
355 | "settings": {
|
356 | "fontStyle": "",
|
357 | "foreground": "#FD971F"
|
358 | }
|
359 | },
|
360 | {
|
361 | "name": "Markup Headings",
|
362 | "scope": "markup.heading",
|
363 | "settings": {
|
364 | "foreground": "#A6E22E"
|
365 | }
|
366 | },
|
367 | {
|
368 | "name": "Markup Setext Header",
|
369 | "scope": "markup.heading.setext",
|
370 | "settings": {
|
371 | "foreground": "#A6E22E",
|
372 | "fontStyle": "bold"
|
373 | }
|
374 | },
|
375 | {
|
376 | "name": "Markup Headings",
|
377 | "scope": "markup.heading.markdown",
|
378 | "settings": {
|
379 | "fontStyle": "bold"
|
380 | }
|
381 | },
|
382 | {
|
383 | "name": "Markdown Quote",
|
384 | "scope": "markup.quote.markdown",
|
385 | "settings": {
|
386 | "fontStyle": "italic",
|
387 | "foreground": "#75715E"
|
388 | }
|
389 | },
|
390 | {
|
391 | "name": "Markdown Bold",
|
392 | "scope": "markup.bold.markdown",
|
393 | "settings": {
|
394 | "fontStyle": "bold"
|
395 | }
|
396 | },
|
397 | {
|
398 | "name": "Markdown Link Title/Description",
|
399 | "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
|
400 | "settings": {
|
401 | "foreground": "#AE81FF"
|
402 | }
|
403 | },
|
404 | {
|
405 | "name": "Markdown Underline Link/Image",
|
406 | "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
|
407 | "settings": {
|
408 | "foreground": "#E6DB74"
|
409 | }
|
410 | },
|
411 | {
|
412 | "name": "Markdown Emphasis",
|
413 | "scope": "markup.italic.markdown",
|
414 | "settings": {
|
415 | "fontStyle": "italic"
|
416 | }
|
417 | },
|
418 | {
|
419 | "scope": "markup.strikethrough",
|
420 | "settings": {
|
421 | "fontStyle": "strikethrough"
|
422 | }
|
423 | },
|
424 | {
|
425 | "name": "Markdown Punctuation Definition Link",
|
426 | "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
|
427 | "settings": {
|
428 | "foreground": "#f8f8f2"
|
429 | }
|
430 | },
|
431 | {
|
432 | "name": "Markdown List Punctuation",
|
433 | "scope": ["punctuation.definition.list.begin.markdown"],
|
434 | "settings": {
|
435 | "foreground": "#A6E22E"
|
436 | }
|
437 | },
|
438 | {
|
439 | "scope": "token.info-token",
|
440 | "settings": {
|
441 | "foreground": "#6796e6"
|
442 | }
|
443 | },
|
444 | {
|
445 | "scope": "token.warn-token",
|
446 | "settings": {
|
447 | "foreground": "#cd9731"
|
448 | }
|
449 | },
|
450 | {
|
451 | "scope": "token.error-token",
|
452 | "settings": {
|
453 | "foreground": "#f44747"
|
454 | }
|
455 | },
|
456 | {
|
457 | "scope": "token.debug-token",
|
458 | "settings": {
|
459 | "foreground": "#b267e6"
|
460 | }
|
461 | },
|
462 | {
|
463 | "name": "this.self",
|
464 | "scope": "variable.language",
|
465 | "settings": {
|
466 | "foreground": "#FD971F"
|
467 | }
|
468 | }
|
469 | ],
|
470 | "semanticHighlighting": true,
|
471 | "name": "monokai"
|
472 | }
|