1 | {
|
2 | "name": "material-theme",
|
3 | "semanticHighlighting": true,
|
4 | "tokenColors": [
|
5 | {
|
6 | "name": "Global settings",
|
7 | "settings": {
|
8 | "background": "#263238",
|
9 | "foreground": "#EEFFFF"
|
10 | }
|
11 | },
|
12 | {
|
13 | "name": "String",
|
14 | "scope": "string",
|
15 | "settings": {
|
16 | "foreground": "#C3E88D"
|
17 | }
|
18 | },
|
19 | {
|
20 | "name": "Punctuation",
|
21 | "scope": "punctuation, constant.other.symbol",
|
22 | "settings": {
|
23 | "foreground": "#89DDFF"
|
24 | }
|
25 | },
|
26 | {
|
27 | "name": "String Escape",
|
28 | "scope": "constant.character.escape, text.html constant.character.entity.named",
|
29 | "settings": {
|
30 | "foreground": "#EEFFFF"
|
31 | }
|
32 | },
|
33 | {
|
34 | "name": "Boolean",
|
35 | "scope": "constant.language.boolean",
|
36 | "settings": {
|
37 | "foreground": "#ff9cac"
|
38 | }
|
39 | },
|
40 | {
|
41 | "name": "Number",
|
42 | "scope": "constant.numeric",
|
43 | "settings": {
|
44 | "foreground": "#F78C6C"
|
45 | }
|
46 | },
|
47 | {
|
48 | "name": "Variable",
|
49 | "scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
50 | "settings": {
|
51 | "foreground": "#EEFFFF"
|
52 | }
|
53 | },
|
54 | {
|
55 | "name": "Other Keyword",
|
56 | "scope": "keyword.other",
|
57 | "settings": {
|
58 | "foreground": "#F78C6C"
|
59 | }
|
60 | },
|
61 | {
|
62 | "name": "Keyword",
|
63 | "scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
64 | "settings": {
|
65 | "foreground": "#89DDFF"
|
66 | }
|
67 | },
|
68 | {
|
69 | "name": "Function call",
|
70 | "scope": "entity.name.function, support.function",
|
71 | "settings": {
|
72 | "foreground": "#82AAFF"
|
73 | }
|
74 | },
|
75 | {
|
76 | "name": "Storage",
|
77 | "scope": "storage.type, storage.modifier, storage.control",
|
78 | "settings": {
|
79 | "foreground": "#C792EA"
|
80 | }
|
81 | },
|
82 | {
|
83 | "name": "Modules",
|
84 | "scope": "support.module, support.node",
|
85 | "settings": {
|
86 | "foreground": "#f07178",
|
87 | "fontStyle": "italic"
|
88 | }
|
89 | },
|
90 | {
|
91 | "name": "Type",
|
92 | "scope": "support.type, constant.other.key",
|
93 | "settings": {
|
94 | "foreground": "#FFCB6B"
|
95 | }
|
96 | },
|
97 | {
|
98 | "name": "Type",
|
99 | "scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
100 | "settings": {
|
101 | "foreground": "#FFCB6B"
|
102 | }
|
103 | },
|
104 | {
|
105 | "name": "Comment",
|
106 | "scope": "comment",
|
107 | "settings": {
|
108 | "foreground": "#546E7A",
|
109 | "fontStyle": "italic"
|
110 | }
|
111 | },
|
112 | {
|
113 | "name": "Comment",
|
114 | "scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
115 | "settings": {
|
116 | "foreground": "#546E7A",
|
117 | "fontStyle": "italic"
|
118 | }
|
119 | },
|
120 | {
|
121 | "name": "Punctuation",
|
122 | "scope": "punctuation",
|
123 | "settings": {
|
124 | "foreground": "#89DDFF"
|
125 | }
|
126 | },
|
127 | {
|
128 | "name": "Class",
|
129 | "scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
130 | "settings": {
|
131 | "foreground": "#FFCB6B"
|
132 | }
|
133 | },
|
134 | {
|
135 | "name": "Class variable",
|
136 | "scope": "variable.object.property, meta.field.declaration entity.name.function",
|
137 | "settings": {
|
138 | "foreground": "#f07178"
|
139 | }
|
140 | },
|
141 | {
|
142 | "name": "Class method",
|
143 | "scope": "meta.definition.method entity.name.function",
|
144 | "settings": {
|
145 | "foreground": "#f07178"
|
146 | }
|
147 | },
|
148 | {
|
149 | "name": "Function definition",
|
150 | "scope": "meta.function entity.name.function",
|
151 | "settings": {
|
152 | "foreground": "#82AAFF"
|
153 | }
|
154 | },
|
155 | {
|
156 | "name": "Template expression",
|
157 | "scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
158 | "settings": {
|
159 | "foreground": "#89DDFF"
|
160 | }
|
161 | },
|
162 | {
|
163 | "name": "Reset embedded/template expression colors",
|
164 | "scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
165 | "settings": {
|
166 | "foreground": "#EEFFFF"
|
167 | }
|
168 | },
|
169 | {
|
170 | "name": "YAML key",
|
171 | "scope": "entity.name.tag.yaml",
|
172 | "settings": {
|
173 | "foreground": "#f07178"
|
174 | }
|
175 | },
|
176 | {
|
177 | "name": "JSON key",
|
178 | "scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
179 | "settings": {
|
180 | "foreground": "#f07178"
|
181 | }
|
182 | },
|
183 | {
|
184 | "name": "JSON constant",
|
185 | "scope": "constant.language.json",
|
186 | "settings": {
|
187 | "foreground": "#89DDFF"
|
188 | }
|
189 | },
|
190 | {
|
191 | "name": "CSS class",
|
192 | "scope": "entity.other.attribute-name.class",
|
193 | "settings": {
|
194 | "foreground": "#FFCB6B"
|
195 | }
|
196 | },
|
197 | {
|
198 | "name": "CSS ID",
|
199 | "scope": "entity.other.attribute-name.id",
|
200 | "settings": {
|
201 | "foreground": "#F78C6C"
|
202 | }
|
203 | },
|
204 | {
|
205 | "name": "CSS tag",
|
206 | "scope": "source.css entity.name.tag",
|
207 | "settings": {
|
208 | "foreground": "#FFCB6B"
|
209 | }
|
210 | },
|
211 | {
|
212 | "name": "CSS properties",
|
213 | "scope": "support.type.property-name.css",
|
214 | "settings": {
|
215 | "foreground": "#B2CCD6"
|
216 | }
|
217 | },
|
218 | {
|
219 | "name": "HTML tag outer",
|
220 | "scope": "meta.tag, punctuation.definition.tag",
|
221 | "settings": {
|
222 | "foreground": "#89DDFF"
|
223 | }
|
224 | },
|
225 | {
|
226 | "name": "HTML tag inner",
|
227 | "scope": "entity.name.tag",
|
228 | "settings": {
|
229 | "foreground": "#f07178"
|
230 | }
|
231 | },
|
232 | {
|
233 | "name": "HTML tag attribute",
|
234 | "scope": "entity.other.attribute-name",
|
235 | "settings": {
|
236 | "foreground": "#C792EA"
|
237 | }
|
238 | },
|
239 | {
|
240 | "name": "HTML entities",
|
241 | "scope": "punctuation.definition.entity.html",
|
242 | "settings": {
|
243 | "foreground": "#EEFFFF"
|
244 | }
|
245 | },
|
246 | {
|
247 | "name": "Markdown heading",
|
248 | "scope": "markup.heading",
|
249 | "settings": {
|
250 | "foreground": "#89DDFF"
|
251 | }
|
252 | },
|
253 | {
|
254 | "name": "Markdown link text",
|
255 | "scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
256 | "settings": {
|
257 | "foreground": "#f07178"
|
258 | }
|
259 | },
|
260 | {
|
261 | "name": "Markdown list item",
|
262 | "scope": "text.html.markdown beginning.punctuation.definition.list",
|
263 | "settings": {
|
264 | "foreground": "#89DDFF"
|
265 | }
|
266 | },
|
267 | {
|
268 | "name": "Markdown italic",
|
269 | "scope": "markup.italic",
|
270 | "settings": {
|
271 | "foreground": "#f07178",
|
272 | "fontStyle": "italic"
|
273 | }
|
274 | },
|
275 | {
|
276 | "name": "Markdown bold",
|
277 | "scope": "markup.bold",
|
278 | "settings": {
|
279 | "foreground": "#f07178",
|
280 | "fontStyle": "bold"
|
281 | }
|
282 | },
|
283 | {
|
284 | "name": "Markdown bold italic",
|
285 | "scope": "markup.bold markup.italic, markup.italic markup.bold",
|
286 | "settings": {
|
287 | "foreground": "#f07178",
|
288 | "fontStyle": "italic bold"
|
289 | }
|
290 | },
|
291 | {
|
292 | "name": "Markdown code block",
|
293 | "scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
294 | "settings": {
|
295 | "foreground": "#C3E88D"
|
296 | }
|
297 | },
|
298 | {
|
299 | "name": "Markdown inline code",
|
300 | "scope": "markup.inline.raw.string.markdown",
|
301 | "settings": {
|
302 | "foreground": "#C3E88D"
|
303 | }
|
304 | },
|
305 | {
|
306 | "name": "INI property name",
|
307 | "scope": "keyword.other.definition.ini",
|
308 | "settings": {
|
309 | "foreground": "#f07178"
|
310 | }
|
311 | },
|
312 | {
|
313 | "name": "INI section title",
|
314 | "scope": "entity.name.section.group-title.ini",
|
315 | "settings": {
|
316 | "foreground": "#89DDFF"
|
317 | }
|
318 | },
|
319 | {
|
320 | "name": "C# class",
|
321 | "scope": "source.cs meta.class.identifier storage.type",
|
322 | "settings": {
|
323 | "foreground": "#FFCB6B"
|
324 | }
|
325 | },
|
326 | {
|
327 | "name": "C# class method",
|
328 | "scope": "source.cs meta.method.identifier entity.name.function",
|
329 | "settings": {
|
330 | "foreground": "#f07178"
|
331 | }
|
332 | },
|
333 | {
|
334 | "name": "C# function call",
|
335 | "scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
336 | "settings": {
|
337 | "foreground": "#82AAFF"
|
338 | }
|
339 | },
|
340 | {
|
341 | "name": "C# type",
|
342 | "scope": "source.cs storage.type",
|
343 | "settings": {
|
344 | "foreground": "#FFCB6B"
|
345 | }
|
346 | },
|
347 | {
|
348 | "name": "C# return type",
|
349 | "scope": "source.cs meta.method.return-type",
|
350 | "settings": {
|
351 | "foreground": "#FFCB6B"
|
352 | }
|
353 | },
|
354 | {
|
355 | "name": "C# preprocessor",
|
356 | "scope": "source.cs meta.preprocessor",
|
357 | "settings": {
|
358 | "foreground": "#546E7A"
|
359 | }
|
360 | },
|
361 | {
|
362 | "name": "C# namespace",
|
363 | "scope": "source.cs entity.name.type.namespace",
|
364 | "settings": {
|
365 | "foreground": "#EEFFFF"
|
366 | }
|
367 | },
|
368 | {
|
369 | "name": "JSX Text",
|
370 | "scope": "meta.jsx.children, SXNested",
|
371 | "settings": {
|
372 | "foreground": "#EEFFFF"
|
373 | }
|
374 | },
|
375 | {
|
376 | "name": "JSX Components name",
|
377 | "scope": "support.class.component",
|
378 | "settings": {
|
379 | "foreground": "#FFCB6B"
|
380 | }
|
381 | },
|
382 | {
|
383 | "name": "C-related Block Level Variables",
|
384 | "scope": "source.cpp meta.block variable.other",
|
385 | "settings": {
|
386 | "foreground": "#EEFFFF"
|
387 | }
|
388 | },
|
389 | {
|
390 | "name": "Member Access Meta",
|
391 | "scope": "source.python meta.member.access.python",
|
392 | "settings": {
|
393 | "foreground": "#f07178"
|
394 | }
|
395 | },
|
396 | {
|
397 | "name": "Function Call",
|
398 | "scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
399 | "settings": {
|
400 | "foreground": "#82AAFF"
|
401 | }
|
402 | },
|
403 | {
|
404 | "name": "Blocks",
|
405 | "scope": "meta.block",
|
406 | "settings": {
|
407 | "foreground": "#f07178"
|
408 | }
|
409 | },
|
410 | {
|
411 | "name": "Function Call",
|
412 | "scope": "entity.name.function.call",
|
413 | "settings": {
|
414 | "foreground": "#82AAFF"
|
415 | }
|
416 | },
|
417 | {
|
418 | "name": "Namespaces",
|
419 | "scope": "source.php support.other.namespace, source.php meta.use support.class",
|
420 | "settings": {
|
421 | "foreground": "#EEFFFF"
|
422 | }
|
423 | },
|
424 | {
|
425 | "name": "Constant keywords",
|
426 | "scope": "constant.keyword",
|
427 | "settings": {
|
428 | "foreground": "#89DDFF",
|
429 | "fontStyle": "italic"
|
430 | }
|
431 | },
|
432 | {
|
433 | "name": "Entity name",
|
434 | "scope": "entity.name.function",
|
435 | "settings": {
|
436 | "foreground": "#82AAFF"
|
437 | }
|
438 | },
|
439 | {
|
440 | "name": "Global settings",
|
441 | "settings": {
|
442 | "background": "#263238",
|
443 | "foreground": "#EEFFFF"
|
444 | }
|
445 | },
|
446 | {
|
447 | "name": "Markup Deleted",
|
448 | "scope": ["markup.deleted"],
|
449 | "settings": {
|
450 | "foreground": "#f07178"
|
451 | }
|
452 | },
|
453 | {
|
454 | "name": "Markup Inserted",
|
455 | "scope": ["markup.inserted"],
|
456 | "settings": {
|
457 | "foreground": "#C3E88D"
|
458 | }
|
459 | },
|
460 | {
|
461 | "name": "Markup Underline",
|
462 | "scope": ["markup.underline"],
|
463 | "settings": {
|
464 | "fontStyle": "underline"
|
465 | }
|
466 | },
|
467 | {
|
468 | "name": "Keyword Control",
|
469 | "scope": ["keyword.control"],
|
470 | "settings": {
|
471 | "foreground": "#89DDFF",
|
472 | "fontStyle": "italic"
|
473 | }
|
474 | },
|
475 | {
|
476 | "name": "Parameter",
|
477 | "scope": ["variable.parameter"],
|
478 | "settings": {
|
479 | "fontStyle": "italic"
|
480 | }
|
481 | },
|
482 | {
|
483 | "name": "Python - Self Parameter",
|
484 | "scope": ["variable.parameter.function.language.special.self.python"],
|
485 | "settings": {
|
486 | "foreground": "#f07178",
|
487 | "fontStyle": "italic"
|
488 | }
|
489 | },
|
490 | {
|
491 | "name": "Python - Format Placeholder",
|
492 | "scope": ["constant.character.format.placeholder.other.python"],
|
493 | "settings": {
|
494 | "foreground": "#F78C6C"
|
495 | }
|
496 | },
|
497 | {
|
498 | "name": "Markdown - Blockquote",
|
499 | "scope": ["markup.quote"],
|
500 | "settings": {
|
501 | "fontStyle": "italic",
|
502 | "foreground": "#89DDFF"
|
503 | }
|
504 | },
|
505 | {
|
506 | "name": "Markdown - Fenced Language",
|
507 | "scope": ["markup.fenced_code.block"],
|
508 | "settings": {
|
509 | "foreground": "#EEFFFF90"
|
510 | }
|
511 | },
|
512 | {
|
513 | "name": "Markdown - Blockquote Punctuation",
|
514 | "scope": ["punctuation.definition.quote"],
|
515 | "settings": {
|
516 | "foreground": "#ff9cac"
|
517 | }
|
518 | },
|
519 | {
|
520 | "name": "JSON Key - Level 0",
|
521 | "scope": ["meta.structure.dictionary.json support.type.property-name.json"],
|
522 | "settings": {
|
523 | "foreground": "#C792EA"
|
524 | }
|
525 | },
|
526 | {
|
527 | "name": "JSON Key - Level 1",
|
528 | "scope": [
|
529 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
530 | ],
|
531 | "settings": {
|
532 | "foreground": "#FFCB6B"
|
533 | }
|
534 | },
|
535 | {
|
536 | "name": "JSON Key - Level 2",
|
537 | "scope": [
|
538 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
539 | ],
|
540 | "settings": {
|
541 | "foreground": "#F78C6C"
|
542 | }
|
543 | },
|
544 | {
|
545 | "name": "JSON Key - Level 3",
|
546 | "scope": [
|
547 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
548 | ],
|
549 | "settings": {
|
550 | "foreground": "#f07178"
|
551 | }
|
552 | },
|
553 | {
|
554 | "name": "JSON Key - Level 4",
|
555 | "scope": [
|
556 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
557 | ],
|
558 | "settings": {
|
559 | "foreground": "#916b53"
|
560 | }
|
561 | },
|
562 | {
|
563 | "name": "JSON Key - Level 5",
|
564 | "scope": [
|
565 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
566 | ],
|
567 | "settings": {
|
568 | "foreground": "#82AAFF"
|
569 | }
|
570 | },
|
571 | {
|
572 | "name": "JSON Key - Level 6",
|
573 | "scope": [
|
574 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
575 | ],
|
576 | "settings": {
|
577 | "foreground": "#ff9cac"
|
578 | }
|
579 | },
|
580 | {
|
581 | "name": "JSON Key - Level 7",
|
582 | "scope": [
|
583 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
584 | ],
|
585 | "settings": {
|
586 | "foreground": "#C792EA"
|
587 | }
|
588 | },
|
589 | {
|
590 | "name": "JSON Key - Level 8",
|
591 | "scope": [
|
592 | "meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
593 | ],
|
594 | "settings": {
|
595 | "foreground": "#C3E88D"
|
596 | }
|
597 | }
|
598 | ],
|
599 | "colors": {
|
600 | "focusBorder": "#FFFFFF00",
|
601 | "foreground": "#EEFFFF",
|
602 | "button.background": "#80CBC420",
|
603 | "button.foreground": "#ffffff",
|
604 | "dropdown.background": "#263238",
|
605 | "input.background": "#303C41",
|
606 | "inputOption.activeBorder": "#EEFFFF30",
|
607 | "list.activeSelectionBackground": "#263238",
|
608 | "list.activeSelectionForeground": "#80CBC4",
|
609 | "list.dropBackground": "#f0717880",
|
610 | "list.focusBackground": "#EEFFFF20",
|
611 | "list.focusForeground": "#EEFFFF",
|
612 | "list.highlightForeground": "#80CBC4",
|
613 | "list.hoverBackground": "#263238",
|
614 | "list.inactiveSelectionBackground": "#00000030",
|
615 | "activityBar.background": "#263238",
|
616 | "activityBar.dropBackground": "#f0717880",
|
617 | "activityBarBadge.background": "#80CBC4",
|
618 | "activityBarBadge.foreground": "#000000",
|
619 | "badge.background": "#00000030",
|
620 | "badge.foreground": "#546E7A",
|
621 | "sideBar.background": "#263238",
|
622 | "sideBarSectionHeader.background": "#263238",
|
623 | "editorGroup.dropBackground": "#f0717880",
|
624 | "editorGroup.focusedEmptyBorder": "#f07178",
|
625 | "editorGroupHeader.tabsBackground": "#263238",
|
626 | "tab.border": "#263238",
|
627 | "tab.activeBorder": "#80CBC4",
|
628 | "tab.inactiveBackground": "#263238",
|
629 | "tab.activeModifiedBorder": "#607a86",
|
630 | "tab.inactiveModifiedBorder": "#904348",
|
631 | "tab.unfocusedActiveModifiedBorder": "#c05a60",
|
632 | "tab.unfocusedInactiveModifiedBorder": "#904348",
|
633 | "editor.background": "#263238",
|
634 | "editor.foreground": "#EEFFFF",
|
635 | "editorLineNumber.foreground": "#37474F",
|
636 | "editorLineNumber.activeForeground": "#607a86",
|
637 | "editorCursor.foreground": "#FFCC00",
|
638 | "editor.selectionBackground": "#80CBC420",
|
639 | "editor.selectionHighlightBackground": "#FFCC0020",
|
640 | "editor.wordHighlightBackground": "#ff9cac30",
|
641 | "editor.wordHighlightStrongBackground": "#C3E88D30",
|
642 | "editor.findMatchHighlight": "#EEFFFF",
|
643 | "editor.findRangeHighlightBackground": "#FFCB6B30",
|
644 | "editor.lineHighlightBorder": "#00000000",
|
645 | "editor.rangeHighlightBackground": "#FFFFFF0d",
|
646 | "editorWhitespace.foreground": "#EEFFFF40",
|
647 | "editorWidget.background": "#263238",
|
648 | "editorHoverWidget.background": "#263238",
|
649 | "editorMarkerNavigation.background": "#EEFFFF05",
|
650 | "peekView.border": "#00000030",
|
651 | "peekViewEditor.background": "#EEFFFF05",
|
652 | "peekViewResult.background": "#EEFFFF05",
|
653 | "peekViewTitle.background": "#EEFFFF05",
|
654 | "panel.background": "#263238",
|
655 | "panel.border": "#26323860",
|
656 | "panelTitle.activeBorder": "#80CBC4",
|
657 | "panelTitle.inactiveForeground": "#EEFFFF",
|
658 | "notebook.focusedCellBorder": "#80CBC4",
|
659 | "notebook.inactiveFocusedCellBorder": "#80CBC450",
|
660 | "statusBar.background": "#263238",
|
661 | "statusBar.debuggingBackground": "#C792EA",
|
662 | "statusBar.debuggingForeground": "#ffffff",
|
663 | "statusBar.noFolderBackground": "#263238",
|
664 | "statusBarItem.activeBackground": "#f0717880",
|
665 | "statusBarItem.hoverBackground": "#546E7A20",
|
666 | "statusBarItem.remoteBackground": "#80CBC4",
|
667 | "statusBarItem.remoteForeground": "#000000",
|
668 | "titleBar.activeBackground": "#263238",
|
669 | "pickerGroup.border": "#FFFFFF1a",
|
670 | "terminal.ansiBlack": "#000000",
|
671 | "terminal.ansiBlue": "#82AAFF",
|
672 | "terminal.ansiBrightBlack": "#546E7A",
|
673 | "terminal.ansiBrightBlue": "#82AAFF",
|
674 | "terminal.ansiBrightCyan": "#89DDFF",
|
675 | "terminal.ansiBrightGreen": "#C3E88D",
|
676 | "terminal.ansiBrightMagenta": "#C792EA",
|
677 | "terminal.ansiBrightRed": "#f07178",
|
678 | "terminal.ansiBrightWhite": "#ffffff",
|
679 | "terminal.ansiBrightYellow": "#FFCB6B",
|
680 | "terminal.ansiCyan": "#89DDFF",
|
681 | "terminal.ansiGreen": "#C3E88D",
|
682 | "terminal.ansiMagenta": "#C792EA",
|
683 | "terminal.ansiRed": "#f07178",
|
684 | "terminal.ansiWhite": "#ffffff",
|
685 | "terminal.ansiYellow": "#FFCB6B",
|
686 | "debugToolBar.background": "#263238",
|
687 | "debugConsole.errorForeground": "#f07178",
|
688 | "debugConsole.infoForeground": "#89DDFF",
|
689 | "debugConsole.warningForeground": "#FFCB6B",
|
690 | "selection.background": "#00000080",
|
691 | "editorRuler.foreground": "#37474F",
|
692 | "widget.shadow": "#00000030",
|
693 | "scrollbar.shadow": "#00000030",
|
694 | "editorLink.activeForeground": "#EEFFFF",
|
695 | "progressBar.background": "#80CBC4",
|
696 | "pickerGroup.foreground": "#80CBC4",
|
697 | "tree.indentGuidesStroke": "#37474F",
|
698 | "terminalCursor.foreground": "#FFCB6B",
|
699 | "terminalCursor.background": "#000000",
|
700 | "inputOption.activeBackground": "#EEFFFF30",
|
701 | "textLink.foreground": "#80CBC4",
|
702 | "textLink.activeForeground": "#EEFFFF",
|
703 | "sideBar.foreground": "#607a86",
|
704 | "sideBar.border": "#26323860",
|
705 | "sideBarTitle.foreground": "#EEFFFF",
|
706 | "sideBarSectionHeader.border": "#26323860",
|
707 | "panel.dropBackground": "#EEFFFF",
|
708 | "panelTitle.activeForeground": "#FFFFFF",
|
709 | "editor.lineHighlightBackground": "#00000050",
|
710 | "editor.findMatchBackground": "#000000",
|
711 | "editor.findMatchHighlightBackground": "#00000050",
|
712 | "editor.findMatchBorder": "#80CBC4",
|
713 | "editor.findMatchHighlightBorder": "#ffffff30",
|
714 | "editorIndentGuide.background": "#37474F70",
|
715 | "editorIndentGuide.activeBackground": "#37474F",
|
716 | "editorGroup.border": "#00000030",
|
717 | "editorGutter.modifiedBackground": "#82AAFF60",
|
718 | "editorGutter.addedBackground": "#C3E88D60",
|
719 | "editorGutter.deletedBackground": "#f0717860",
|
720 | "activityBar.border": "#26323860",
|
721 | "activityBar.foreground": "#EEFFFF",
|
722 | "activityBar.activeBorder": "#80CBC4",
|
723 | "extensionBadge.remoteForeground": "#EEFFFF",
|
724 | "scrollbarSlider.background": "#EEFFFF20",
|
725 | "scrollbarSlider.hoverBackground": "#EEFFFF10",
|
726 | "scrollbarSlider.activeBackground": "#80CBC4",
|
727 | "tab.unfocusedActiveBorder": "#546E7A",
|
728 | "tab.activeForeground": "#FFFFFF",
|
729 | "tab.inactiveForeground": "#607a86",
|
730 | "tab.activeBackground": "#263238",
|
731 | "tab.unfocusedActiveForeground": "#EEFFFF",
|
732 | "editorWidget.resizeBorder": "#80CBC4",
|
733 | "editorWidget.border": "#80CBC4",
|
734 | "statusBar.border": "#26323860",
|
735 | "statusBar.foreground": "#546E7A",
|
736 | "editorBracketMatch.border": "#FFCC0050",
|
737 | "editorBracketMatch.background": "#263238",
|
738 | "editorOverviewRuler.findMatchForeground": "#80CBC4",
|
739 | "editorOverviewRuler.border": "#263238",
|
740 | "editorOverviewRuler.errorForeground": "#f0717840",
|
741 | "editorOverviewRuler.infoForeground": "#82AAFF40",
|
742 | "editorOverviewRuler.warningForeground": "#FFCB6B40",
|
743 | "editorInfo.foreground": "#82AAFF70",
|
744 | "editorWarning.foreground": "#FFCB6B70",
|
745 | "editorError.foreground": "#f0717870",
|
746 | "editorHoverWidget.border": "#FFFFFF10",
|
747 | "titleBar.activeForeground": "#EEFFFF",
|
748 | "titleBar.inactiveBackground": "#263238",
|
749 | "titleBar.inactiveForeground": "#607a86",
|
750 | "titleBar.border": "#26323860",
|
751 | "input.foreground": "#EEFFFF",
|
752 | "input.placeholderForeground": "#EEFFFF60",
|
753 | "input.border": "#FFFFFF10",
|
754 | "inputValidation.errorBorder": "#f07178",
|
755 | "inputValidation.infoBorder": "#82AAFF",
|
756 | "inputValidation.warningBorder": "#FFCB6B",
|
757 | "dropdown.border": "#FFFFFF10",
|
758 | "quickInput.background": "#263238",
|
759 | "quickInput.foreground": "#607a86",
|
760 | "list.hoverForeground": "#FFFFFF",
|
761 | "list.inactiveSelectionForeground": "#80CBC4",
|
762 | "quickInput.list.focusBackground": "#EEFFFF20",
|
763 | "editorSuggestWidget.background": "#263238",
|
764 | "editorSuggestWidget.foreground": "#EEFFFF",
|
765 | "editorSuggestWidget.highlightForeground": "#80CBC4",
|
766 | "editorSuggestWidget.selectedBackground": "#00000050",
|
767 | "editorSuggestWidget.border": "#FFFFFF10",
|
768 | "diffEditor.insertedTextBackground": "#89DDFF20",
|
769 | "diffEditor.removedTextBackground": "#ff9cac20",
|
770 | "notifications.background": "#263238",
|
771 | "notifications.foreground": "#EEFFFF",
|
772 | "notificationLink.foreground": "#80CBC4",
|
773 | "extensionButton.prominentBackground": "#C3E88D90",
|
774 | "extensionButton.prominentHoverBackground": "#C3E88D",
|
775 | "extensionButton.prominentForeground": "#000000",
|
776 | "peekViewEditorGutter.background": "#EEFFFF05",
|
777 | "peekViewTitleDescription.foreground": "#EEFFFF60",
|
778 | "peekViewResult.matchHighlightBackground": "#80CBC420",
|
779 | "peekViewEditor.matchHighlightBackground": "#80CBC420",
|
780 | "peekViewResult.selectionBackground": "#607a8670",
|
781 | "gitDecoration.deletedResourceForeground": "#f0717890",
|
782 | "gitDecoration.conflictingResourceForeground": "#FFCB6B90",
|
783 | "gitDecoration.modifiedResourceForeground": "#82AAFF90",
|
784 | "gitDecoration.untrackedResourceForeground": "#C3E88D90",
|
785 | "gitDecoration.ignoredResourceForeground": "#607a8690",
|
786 | "breadcrumb.background": "#263238",
|
787 | "breadcrumb.foreground": "#607a86",
|
788 | "breadcrumb.focusForeground": "#EEFFFF",
|
789 | "breadcrumb.activeSelectionForeground": "#80CBC4",
|
790 | "breadcrumbPicker.background": "#263238",
|
791 | "menu.background": "#263238",
|
792 | "menu.foreground": "#EEFFFF",
|
793 | "menu.selectionBackground": "#00000050",
|
794 | "menu.selectionForeground": "#80CBC4",
|
795 | "menu.selectionBorder": "#00000030",
|
796 | "menu.separatorBackground": "#EEFFFF",
|
797 | "menubar.selectionBackground": "#00000030",
|
798 | "menubar.selectionForeground": "#80CBC4",
|
799 | "menubar.selectionBorder": "#00000030",
|
800 | "settings.dropdownForeground": "#EEFFFF",
|
801 | "settings.dropdownBackground": "#263238",
|
802 | "settings.numberInputForeground": "#EEFFFF",
|
803 | "settings.numberInputBackground": "#263238",
|
804 | "settings.textInputForeground": "#EEFFFF",
|
805 | "settings.textInputBackground": "#263238",
|
806 | "settings.headerForeground": "#80CBC4",
|
807 | "settings.modifiedItemIndicator": "#80CBC4",
|
808 | "settings.checkboxBackground": "#263238",
|
809 | "settings.checkboxForeground": "#EEFFFF",
|
810 | "listFilterWidget.background": "#00000030",
|
811 | "listFilterWidget.outline": "#00000030",
|
812 | "listFilterWidget.noMatchesOutline": "#00000030"
|
813 | }
|
814 | }
|