UNPKG

26.1 kBJSONView Raw
1{
2 "name": "material-theme-lighter",
3 "semanticHighlighting": true,
4 "tokenColors": [
5 {
6 "name": "Global settings",
7 "settings": {
8 "background": "#FAFAFA",
9 "foreground": "#90A4AE"
10 }
11 },
12 {
13 "name": "String",
14 "scope": "string",
15 "settings": {
16 "foreground": "#91B859"
17 }
18 },
19 {
20 "name": "Punctuation",
21 "scope": "punctuation, constant.other.symbol",
22 "settings": {
23 "foreground": "#39ADB5"
24 }
25 },
26 {
27 "name": "String Escape",
28 "scope": "constant.character.escape, text.html constant.character.entity.named",
29 "settings": {
30 "foreground": "#90A4AE"
31 }
32 },
33 {
34 "name": "Boolean",
35 "scope": "constant.language.boolean",
36 "settings": {
37 "foreground": "#FF5370"
38 }
39 },
40 {
41 "name": "Number",
42 "scope": "constant.numeric",
43 "settings": {
44 "foreground": "#F76D47"
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": "#90A4AE"
52 }
53 },
54 {
55 "name": "Other Keyword",
56 "scope": "keyword.other",
57 "settings": {
58 "foreground": "#F76D47"
59 }
60 },
61 {
62 "name": "Keyword",
63 "scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
64 "settings": {
65 "foreground": "#39ADB5"
66 }
67 },
68 {
69 "name": "Function call",
70 "scope": "entity.name.function, support.function",
71 "settings": {
72 "foreground": "#6182B8"
73 }
74 },
75 {
76 "name": "Storage",
77 "scope": "storage.type, storage.modifier, storage.control",
78 "settings": {
79 "foreground": "#9C3EDA"
80 }
81 },
82 {
83 "name": "Modules",
84 "scope": "support.module, support.node",
85 "settings": {
86 "foreground": "#E53935",
87 "fontStyle": "italic"
88 }
89 },
90 {
91 "name": "Type",
92 "scope": "support.type, constant.other.key",
93 "settings": {
94 "foreground": "#E2931D"
95 }
96 },
97 {
98 "name": "Type",
99 "scope": "entity.name.type, entity.other.inherited-class, entity.other",
100 "settings": {
101 "foreground": "#E2931D"
102 }
103 },
104 {
105 "name": "Comment",
106 "scope": "comment",
107 "settings": {
108 "foreground": "#90A4AE",
109 "fontStyle": "italic"
110 }
111 },
112 {
113 "name": "Comment",
114 "scope": "comment punctuation.definition.comment, string.quoted.docstring",
115 "settings": {
116 "foreground": "#90A4AE",
117 "fontStyle": "italic"
118 }
119 },
120 {
121 "name": "Punctuation",
122 "scope": "punctuation",
123 "settings": {
124 "foreground": "#39ADB5"
125 }
126 },
127 {
128 "name": "Class",
129 "scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
130 "settings": {
131 "foreground": "#E2931D"
132 }
133 },
134 {
135 "name": "Class variable",
136 "scope": "variable.object.property, meta.field.declaration entity.name.function",
137 "settings": {
138 "foreground": "#E53935"
139 }
140 },
141 {
142 "name": "Class method",
143 "scope": "meta.definition.method entity.name.function",
144 "settings": {
145 "foreground": "#E53935"
146 }
147 },
148 {
149 "name": "Function definition",
150 "scope": "meta.function entity.name.function",
151 "settings": {
152 "foreground": "#6182B8"
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": "#39ADB5"
160 }
161 },
162 {
163 "name": "Reset embedded/template expression colors",
164 "scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
165 "settings": {
166 "foreground": "#90A4AE"
167 }
168 },
169 {
170 "name": "YAML key",
171 "scope": "entity.name.tag.yaml",
172 "settings": {
173 "foreground": "#E53935"
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": "#E53935"
181 }
182 },
183 {
184 "name": "JSON constant",
185 "scope": "constant.language.json",
186 "settings": {
187 "foreground": "#39ADB5"
188 }
189 },
190 {
191 "name": "CSS class",
192 "scope": "entity.other.attribute-name.class",
193 "settings": {
194 "foreground": "#E2931D"
195 }
196 },
197 {
198 "name": "CSS ID",
199 "scope": "entity.other.attribute-name.id",
200 "settings": {
201 "foreground": "#F76D47"
202 }
203 },
204 {
205 "name": "CSS tag",
206 "scope": "source.css entity.name.tag",
207 "settings": {
208 "foreground": "#E2931D"
209 }
210 },
211 {
212 "name": "CSS properties",
213 "scope": "support.type.property-name.css",
214 "settings": {
215 "foreground": "#8796B0"
216 }
217 },
218 {
219 "name": "HTML tag outer",
220 "scope": "meta.tag, punctuation.definition.tag",
221 "settings": {
222 "foreground": "#39ADB5"
223 }
224 },
225 {
226 "name": "HTML tag inner",
227 "scope": "entity.name.tag",
228 "settings": {
229 "foreground": "#E53935"
230 }
231 },
232 {
233 "name": "HTML tag attribute",
234 "scope": "entity.other.attribute-name",
235 "settings": {
236 "foreground": "#9C3EDA"
237 }
238 },
239 {
240 "name": "HTML entities",
241 "scope": "punctuation.definition.entity.html",
242 "settings": {
243 "foreground": "#90A4AE"
244 }
245 },
246 {
247 "name": "Markdown heading",
248 "scope": "markup.heading",
249 "settings": {
250 "foreground": "#39ADB5"
251 }
252 },
253 {
254 "name": "Markdown link text",
255 "scope": "text.html.markdown meta.link.inline, meta.link.reference",
256 "settings": {
257 "foreground": "#E53935"
258 }
259 },
260 {
261 "name": "Markdown list item",
262 "scope": "text.html.markdown beginning.punctuation.definition.list",
263 "settings": {
264 "foreground": "#39ADB5"
265 }
266 },
267 {
268 "name": "Markdown italic",
269 "scope": "markup.italic",
270 "settings": {
271 "foreground": "#E53935",
272 "fontStyle": "italic"
273 }
274 },
275 {
276 "name": "Markdown bold",
277 "scope": "markup.bold",
278 "settings": {
279 "foreground": "#E53935",
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": "#E53935",
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": "#91B859"
296 }
297 },
298 {
299 "name": "Markdown inline code",
300 "scope": "markup.inline.raw.string.markdown",
301 "settings": {
302 "foreground": "#91B859"
303 }
304 },
305 {
306 "name": "INI property name",
307 "scope": "keyword.other.definition.ini",
308 "settings": {
309 "foreground": "#E53935"
310 }
311 },
312 {
313 "name": "INI section title",
314 "scope": "entity.name.section.group-title.ini",
315 "settings": {
316 "foreground": "#39ADB5"
317 }
318 },
319 {
320 "name": "C# class",
321 "scope": "source.cs meta.class.identifier storage.type",
322 "settings": {
323 "foreground": "#E2931D"
324 }
325 },
326 {
327 "name": "C# class method",
328 "scope": "source.cs meta.method.identifier entity.name.function",
329 "settings": {
330 "foreground": "#E53935"
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": "#6182B8"
338 }
339 },
340 {
341 "name": "C# type",
342 "scope": "source.cs storage.type",
343 "settings": {
344 "foreground": "#E2931D"
345 }
346 },
347 {
348 "name": "C# return type",
349 "scope": "source.cs meta.method.return-type",
350 "settings": {
351 "foreground": "#E2931D"
352 }
353 },
354 {
355 "name": "C# preprocessor",
356 "scope": "source.cs meta.preprocessor",
357 "settings": {
358 "foreground": "#90A4AE"
359 }
360 },
361 {
362 "name": "C# namespace",
363 "scope": "source.cs entity.name.type.namespace",
364 "settings": {
365 "foreground": "#90A4AE"
366 }
367 },
368 {
369 "name": "JSX Text",
370 "scope": "meta.jsx.children, SXNested",
371 "settings": {
372 "foreground": "#90A4AE"
373 }
374 },
375 {
376 "name": "JSX Components name",
377 "scope": "support.class.component",
378 "settings": {
379 "foreground": "#E2931D"
380 }
381 },
382 {
383 "name": "C-related Block Level Variables",
384 "scope": "source.cpp meta.block variable.other",
385 "settings": {
386 "foreground": "#90A4AE"
387 }
388 },
389 {
390 "name": "Member Access Meta",
391 "scope": "source.python meta.member.access.python",
392 "settings": {
393 "foreground": "#E53935"
394 }
395 },
396 {
397 "name": "Function Call",
398 "scope": "source.python meta.function-call.python, meta.function-call.arguments",
399 "settings": {
400 "foreground": "#6182B8"
401 }
402 },
403 {
404 "name": "Blocks",
405 "scope": "meta.block",
406 "settings": {
407 "foreground": "#E53935"
408 }
409 },
410 {
411 "name": "Function Call",
412 "scope": "entity.name.function.call",
413 "settings": {
414 "foreground": "#6182B8"
415 }
416 },
417 {
418 "name": "Namespaces",
419 "scope": "source.php support.other.namespace, source.php meta.use support.class",
420 "settings": {
421 "foreground": "#90A4AE"
422 }
423 },
424 {
425 "name": "Constant keywords",
426 "scope": "constant.keyword",
427 "settings": {
428 "foreground": "#39ADB5",
429 "fontStyle": "italic"
430 }
431 },
432 {
433 "name": "Entity name",
434 "scope": "entity.name.function",
435 "settings": {
436 "foreground": "#6182B8"
437 }
438 },
439 {
440 "name": "Global settings",
441 "settings": {
442 "background": "#FAFAFA",
443 "foreground": "#90A4AE"
444 }
445 },
446 {
447 "name": "Markup Deleted",
448 "scope": ["markup.deleted"],
449 "settings": {
450 "foreground": "#E53935"
451 }
452 },
453 {
454 "name": "Markup Inserted",
455 "scope": ["markup.inserted"],
456 "settings": {
457 "foreground": "#91B859"
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": "#39ADB5",
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": "#E53935",
487 "fontStyle": "italic"
488 }
489 },
490 {
491 "name": "Python - Format Placeholder",
492 "scope": ["constant.character.format.placeholder.other.python"],
493 "settings": {
494 "foreground": "#F76D47"
495 }
496 },
497 {
498 "name": "Markdown - Blockquote",
499 "scope": ["markup.quote"],
500 "settings": {
501 "fontStyle": "italic",
502 "foreground": "#39ADB5"
503 }
504 },
505 {
506 "name": "Markdown - Fenced Language",
507 "scope": ["markup.fenced_code.block"],
508 "settings": {
509 "foreground": "#90A4AE90"
510 }
511 },
512 {
513 "name": "Markdown - Blockquote Punctuation",
514 "scope": ["punctuation.definition.quote"],
515 "settings": {
516 "foreground": "#FF5370"
517 }
518 },
519 {
520 "name": "JSON Key - Level 0",
521 "scope": ["meta.structure.dictionary.json support.type.property-name.json"],
522 "settings": {
523 "foreground": "#9C3EDA"
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": "#E2931D"
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": "#F76D47"
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": "#E53935"
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": "#6182B8"
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": "#FF5370"
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": "#9C3EDA"
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": "#91B859"
596 }
597 }
598 ],
599 "colors": {
600 "focusBorder": "#FFFFFF00",
601 "foreground": "#90A4AE",
602 "button.background": "#80CBC440",
603 "button.foreground": "#ffffff",
604 "dropdown.background": "#FAFAFA",
605 "input.background": "#EEEEEE",
606 "inputOption.activeBorder": "#90A4AE30",
607 "list.activeSelectionBackground": "#FAFAFA",
608 "list.activeSelectionForeground": "#80CBC4",
609 "list.dropBackground": "#E5393580",
610 "list.focusBackground": "#90A4AE20",
611 "list.focusForeground": "#90A4AE",
612 "list.highlightForeground": "#80CBC4",
613 "list.hoverBackground": "#FAFAFA",
614 "list.inactiveSelectionBackground": "#CCD7DA50",
615 "activityBar.background": "#FAFAFA",
616 "activityBar.dropBackground": "#E5393580",
617 "activityBarBadge.background": "#80CBC4",
618 "activityBarBadge.foreground": "#000000",
619 "badge.background": "#CCD7DA30",
620 "badge.foreground": "#90A4AE",
621 "sideBar.background": "#FAFAFA",
622 "sideBarSectionHeader.background": "#FAFAFA",
623 "editorGroup.dropBackground": "#E5393580",
624 "editorGroup.focusedEmptyBorder": "#E53935",
625 "editorGroupHeader.tabsBackground": "#FAFAFA",
626 "tab.border": "#FAFAFA",
627 "tab.activeBorder": "#80CBC4",
628 "tab.inactiveBackground": "#FAFAFA",
629 "tab.activeModifiedBorder": "#7E939E",
630 "tab.inactiveModifiedBorder": "#89221f",
631 "tab.unfocusedActiveModifiedBorder": "#b72d2a",
632 "tab.unfocusedInactiveModifiedBorder": "#89221f",
633 "editor.background": "#FAFAFA",
634 "editor.foreground": "#90A4AE",
635 "editorLineNumber.foreground": "#CFD8DC",
636 "editorLineNumber.activeForeground": "#7E939E",
637 "editorCursor.foreground": "#272727",
638 "editor.selectionBackground": "#80CBC440",
639 "editor.selectionHighlightBackground": "#27272720",
640 "editor.wordHighlightBackground": "#FF537030",
641 "editor.wordHighlightStrongBackground": "#91B85930",
642 "editor.findMatchHighlight": "#90A4AE",
643 "editor.findRangeHighlightBackground": "#E2931D30",
644 "editor.lineHighlightBorder": "#CCD7DA00",
645 "editor.rangeHighlightBackground": "#FFFFFF0d",
646 "editorWhitespace.foreground": "#90A4AE40",
647 "editorWidget.background": "#FAFAFA",
648 "editorHoverWidget.background": "#FAFAFA",
649 "editorMarkerNavigation.background": "#90A4AE05",
650 "peekView.border": "#00000020",
651 "peekViewEditor.background": "#90A4AE05",
652 "peekViewResult.background": "#90A4AE05",
653 "peekViewTitle.background": "#90A4AE05",
654 "panel.background": "#FAFAFA",
655 "panel.border": "#FAFAFA60",
656 "panelTitle.activeBorder": "#80CBC4",
657 "panelTitle.inactiveForeground": "#90A4AE",
658 "notebook.focusedCellBorder": "#80CBC4",
659 "notebook.inactiveFocusedCellBorder": "#80CBC450",
660 "statusBar.background": "#FAFAFA",
661 "statusBar.debuggingBackground": "#9C3EDA",
662 "statusBar.debuggingForeground": "#FFFFFF",
663 "statusBar.noFolderBackground": "#FAFAFA",
664 "statusBarItem.activeBackground": "#E5393580",
665 "statusBarItem.hoverBackground": "#90A4AE20",
666 "statusBarItem.remoteBackground": "#80CBC4",
667 "statusBarItem.remoteForeground": "#000000",
668 "titleBar.activeBackground": "#FAFAFA",
669 "pickerGroup.border": "#FFFFFF1a",
670 "terminal.ansiBlack": "#000000",
671 "terminal.ansiBlue": "#6182B8",
672 "terminal.ansiBrightBlack": "#90A4AE",
673 "terminal.ansiBrightBlue": "#6182B8",
674 "terminal.ansiBrightCyan": "#39ADB5",
675 "terminal.ansiBrightGreen": "#91B859",
676 "terminal.ansiBrightMagenta": "#9C3EDA",
677 "terminal.ansiBrightRed": "#E53935",
678 "terminal.ansiBrightWhite": "#FFFFFF",
679 "terminal.ansiBrightYellow": "#E2931D",
680 "terminal.ansiCyan": "#39ADB5",
681 "terminal.ansiGreen": "#91B859",
682 "terminal.ansiMagenta": "#9C3EDA",
683 "terminal.ansiRed": "#E53935",
684 "terminal.ansiWhite": "#FFFFFF",
685 "terminal.ansiYellow": "#E2931D",
686 "debugToolBar.background": "#FAFAFA",
687 "debugConsole.errorForeground": "#E53935",
688 "debugConsole.infoForeground": "#39ADB5",
689 "debugConsole.warningForeground": "#E2931D",
690 "selection.background": "#CCD7DA80",
691 "editorRuler.foreground": "#B0BEC5",
692 "widget.shadow": "#00000020",
693 "scrollbar.shadow": "#00000020",
694 "editorLink.activeForeground": "#90A4AE",
695 "progressBar.background": "#80CBC4",
696 "pickerGroup.foreground": "#80CBC4",
697 "tree.indentGuidesStroke": "#B0BEC5",
698 "terminalCursor.foreground": "#E2931D",
699 "terminalCursor.background": "#000000",
700 "inputOption.activeBackground": "#90A4AE30",
701 "textLink.foreground": "#80CBC4",
702 "textLink.activeForeground": "#90A4AE",
703 "sideBar.foreground": "#7E939E",
704 "sideBar.border": "#FAFAFA60",
705 "sideBarTitle.foreground": "#90A4AE",
706 "sideBarSectionHeader.border": "#FAFAFA60",
707 "panel.dropBackground": "#90A4AE",
708 "panelTitle.activeForeground": "#000000",
709 "editor.lineHighlightBackground": "#CCD7DA50",
710 "editor.findMatchBackground": "#00000020",
711 "editor.findMatchHighlightBackground": "#00000010",
712 "editor.findMatchBorder": "#80CBC4",
713 "editor.findMatchHighlightBorder": "#00000030",
714 "editorIndentGuide.background": "#B0BEC570",
715 "editorIndentGuide.activeBackground": "#B0BEC5",
716 "editorGroup.border": "#00000020",
717 "editorGutter.modifiedBackground": "#6182B860",
718 "editorGutter.addedBackground": "#91B85960",
719 "editorGutter.deletedBackground": "#E5393560",
720 "activityBar.border": "#FAFAFA60",
721 "activityBar.foreground": "#90A4AE",
722 "activityBar.activeBorder": "#80CBC4",
723 "extensionBadge.remoteForeground": "#90A4AE",
724 "scrollbarSlider.background": "#90A4AE20",
725 "scrollbarSlider.hoverBackground": "#90A4AE10",
726 "scrollbarSlider.activeBackground": "#80CBC4",
727 "tab.unfocusedActiveBorder": "#90A4AE",
728 "tab.activeForeground": "#000000",
729 "tab.inactiveForeground": "#7E939E",
730 "tab.activeBackground": "#FAFAFA",
731 "tab.unfocusedActiveForeground": "#90A4AE",
732 "editorWidget.resizeBorder": "#80CBC4",
733 "editorWidget.border": "#80CBC4",
734 "statusBar.border": "#FAFAFA60",
735 "statusBar.foreground": "#7E939E",
736 "editorBracketMatch.border": "#27272750",
737 "editorBracketMatch.background": "#FAFAFA",
738 "editorOverviewRuler.findMatchForeground": "#80CBC4",
739 "editorOverviewRuler.border": "#FAFAFA",
740 "editorOverviewRuler.errorForeground": "#E5393540",
741 "editorOverviewRuler.infoForeground": "#6182B840",
742 "editorOverviewRuler.warningForeground": "#E2931D40",
743 "editorInfo.foreground": "#6182B870",
744 "editorWarning.foreground": "#E2931D70",
745 "editorError.foreground": "#E5393570",
746 "editorHoverWidget.border": "#00000010",
747 "titleBar.activeForeground": "#90A4AE",
748 "titleBar.inactiveBackground": "#FAFAFA",
749 "titleBar.inactiveForeground": "#7E939E",
750 "titleBar.border": "#FAFAFA60",
751 "input.foreground": "#90A4AE",
752 "input.placeholderForeground": "#90A4AE60",
753 "input.border": "#00000010",
754 "inputValidation.errorBorder": "#E53935",
755 "inputValidation.infoBorder": "#6182B8",
756 "inputValidation.warningBorder": "#E2931D",
757 "dropdown.border": "#00000010",
758 "quickInput.background": "#FAFAFA",
759 "quickInput.foreground": "#7E939E",
760 "list.hoverForeground": "#B1C7D3",
761 "list.inactiveSelectionForeground": "#80CBC4",
762 "quickInput.list.focusBackground": "#90A4AE20",
763 "editorSuggestWidget.background": "#FAFAFA",
764 "editorSuggestWidget.foreground": "#90A4AE",
765 "editorSuggestWidget.highlightForeground": "#80CBC4",
766 "editorSuggestWidget.selectedBackground": "#CCD7DA50",
767 "editorSuggestWidget.border": "#00000010",
768 "diffEditor.insertedTextBackground": "#39ADB520",
769 "diffEditor.removedTextBackground": "#FF537020",
770 "notifications.background": "#FAFAFA",
771 "notifications.foreground": "#90A4AE",
772 "notificationLink.foreground": "#80CBC4",
773 "extensionButton.prominentBackground": "#91B85990",
774 "extensionButton.prominentHoverBackground": "#91B859",
775 "extensionButton.prominentForeground": "#000000",
776 "peekViewEditorGutter.background": "#90A4AE05",
777 "peekViewTitleDescription.foreground": "#90A4AE60",
778 "peekViewResult.matchHighlightBackground": "#80CBC440",
779 "peekViewEditor.matchHighlightBackground": "#80CBC440",
780 "peekViewResult.selectionBackground": "#7E939E70",
781 "gitDecoration.deletedResourceForeground": "#E5393590",
782 "gitDecoration.conflictingResourceForeground": "#E2931D90",
783 "gitDecoration.modifiedResourceForeground": "#6182B890",
784 "gitDecoration.untrackedResourceForeground": "#91B85990",
785 "gitDecoration.ignoredResourceForeground": "#7E939E90",
786 "breadcrumb.background": "#FAFAFA",
787 "breadcrumb.foreground": "#7E939E",
788 "breadcrumb.focusForeground": "#90A4AE",
789 "breadcrumb.activeSelectionForeground": "#80CBC4",
790 "breadcrumbPicker.background": "#FAFAFA",
791 "menu.background": "#FAFAFA",
792 "menu.foreground": "#90A4AE",
793 "menu.selectionBackground": "#CCD7DA50",
794 "menu.selectionForeground": "#80CBC4",
795 "menu.selectionBorder": "#CCD7DA50",
796 "menu.separatorBackground": "#90A4AE",
797 "menubar.selectionBackground": "#CCD7DA50",
798 "menubar.selectionForeground": "#80CBC4",
799 "menubar.selectionBorder": "#CCD7DA50",
800 "settings.dropdownForeground": "#90A4AE",
801 "settings.dropdownBackground": "#FAFAFA",
802 "settings.numberInputForeground": "#90A4AE",
803 "settings.numberInputBackground": "#FAFAFA",
804 "settings.textInputForeground": "#90A4AE",
805 "settings.textInputBackground": "#FAFAFA",
806 "settings.headerForeground": "#80CBC4",
807 "settings.modifiedItemIndicator": "#80CBC4",
808 "settings.checkboxBackground": "#FAFAFA",
809 "settings.checkboxForeground": "#90A4AE",
810 "listFilterWidget.background": "#CCD7DA50",
811 "listFilterWidget.outline": "#CCD7DA50",
812 "listFilterWidget.noMatchesOutline": "#CCD7DA50"
813 }
814}