-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-theme.json
More file actions
645 lines (643 loc) · 22.8 KB
/
Copy pathcustom-theme.json
File metadata and controls
645 lines (643 loc) · 22.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
{
"name": "Sequoia Monochrome",
"type": "dark",
"colors": {
"activityBar.activeBorder": "#868690",
"activityBar.background": "#0F1014",
"activityBar.dropBorder": "#131317",
"activityBar.foreground": "#868690",
"activityBar.inactiveForeground": "#575861",
"activityBarBadge.background": "#B6BAC8",
"activityBarBadge.foreground": "#0F1014",
"badge.background": "#B6BAC8",
"badge.foreground": "#0F1014",
"banner.background": "#111216",
"banner.foreground": "#868690",
"banner.iconForeground": "#575861",
"breadcrumb.activeSelectionForeground": "#B6BAC8",
"breadcrumb.background": "#0F1014",
"breadcrumb.focusForeground": "#575861",
"breadcrumb.foreground": "#43444D",
"breadcrumbPicker.background": "#111216",
"button.background": "#B6BAC8",
"button.foreground": "#0F1014",
"button.hoverBackground": "#B6BAC8e6",
"button.secondaryBackground": "#111216",
"button.secondaryForeground": "#868690",
"button.secondaryHoverBackground": "#131317",
"charts.foreground": "#868690",
"charts.lines": "#575861",
"charts.sky": "#626983",
"charts.indigo": "#7C829D",
"charts.pink": "#999EB2",
"charts.orange": "#B6BAC8",
"charts.stone": "#D3D5DE",
"charts.metal": "#E2E4ED",
"checkbox.background": "#111216",
"checkbox.border": "#817c9c26",
"checkbox.foreground": "#868690",
"debugExceptionWidget.background": "#111216",
"debugExceptionWidget.border": "#817c9c26",
"debugIcon.breakpointCurrentStackframeForeground": "#575861",
"debugIcon.breakpointDisabledForeground": "#575861",
"debugIcon.breakpointForeground": "#575861",
"debugIcon.breakpointStackframeForeground": "#575861",
"debugIcon.breakpointUnverifiedForeground": "#575861",
"debugIcon.continueForeground": "#575861",
"debugIcon.disconnectForeground": "#575861",
"debugIcon.pauseForeground": "#575861",
"debugIcon.restartForeground": "#575861",
"debugIcon.startForeground": "#575861",
"debugIcon.stepBackForeground": "#575861",
"debugIcon.stepIntoForeground": "#575861",
"debugIcon.stepOutForeground": "#575861",
"debugIcon.stepOverForeground": "#575861",
"debugIcon.stopForeground": "#999EB2",
"debugToolBar.background": "#111216",
"debugToolBar.border": "#131317",
"descriptionForeground": "#575861",
"diffEditor.border": "#131317",
"diffEditor.diagonalFill": "#817c9c4d",
"diffEditor.insertedTextBackground": "#7C829D14",
"diffEditor.insertedTextBorder": "#7C829D80",
"diffEditor.removedTextBackground": "#999EB214",
"diffEditor.removedTextBorder": "#999EB280",
"dropdown.background": "#111216",
"dropdown.border": "#817c9c26",
"dropdown.foreground": "#868690",
"dropdown.listBackground": "#111216",
"editor.background": "#0F1014",
"editor.findMatchBackground": "#817c9c4d",
"editor.findMatchHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#817c9c26",
"editor.foldBackground": "#111216",
"editor.foreground": "#868690",
"editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#817c9c14",
"editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#575861",
"editor.lineHighlightBackground": "#817c9c14",
"editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#111216",
"editor.rangeHighlightBackground": "#817c9c14",
"editor.rangeHighlightBorder": "#0000",
"editor.selectionBackground": "#817c9c26",
"editor.selectionForeground": "#868690",
"editor.selectionHighlightBackground": "#817c9c26",
"editor.selectionHighlightBorder": "#0000",
"editor.snippetFinalTabstopHighlightBackground": "#817c9c26",
"editor.snippetFinalTabstopHighlightBorder": "#111216",
"editor.snippetTabstopHighlightBackground": "#817c9c26",
"editor.snippetTabstopHighlightBorder": "#111216",
"editor.stackFrameHighlightBackground": "#817c9c26",
"editor.symbolHighlightBackground": "#817c9c26",
"editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#817c9c26",
"editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#817c9c26",
"editor.wordHighlightStrongBorder": "#817c9c26",
"editorBracketHighlight.foreground1": "#999EB290",
"editorBracketHighlight.foreground2": "#62698390",
"editorBracketHighlight.foreground3": "#D3D5DE90",
"editorBracketHighlight.foreground4": "#7C829D90",
"editorBracketHighlight.foreground5": "#B6BAC890",
"editorBracketHighlight.foreground6": "#E2E4ED90",
"editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#575861",
"editorBracketPairGuide.activeBackground1": "#626983",
"editorBracketPairGuide.activeBackground2": "#B6BAC8",
"editorBracketPairGuide.activeBackground3": "#E2E4ED",
"editorBracketPairGuide.activeBackground4": "#7C829D",
"editorBracketPairGuide.activeBackground5": "#D3D5DE",
"editorBracketPairGuide.activeBackground6": "#999EB2",
"editorBracketPairGuide.background1": "#62698380",
"editorBracketPairGuide.background2": "#B6BAC880",
"editorBracketPairGuide.background3": "#E2E4ED80",
"editorBracketPairGuide.background4": "#7C829D80",
"editorBracketPairGuide.background5": "#D3D5DE80",
"editorBracketPairGuide.background6": "#999EB280",
"editorCodeLens.foreground": "#B6BAC8",
"editorCursor.background": "#868690",
"editorCursor.foreground": "#7C829D",
"editorError.border": "#0000",
"editorError.foreground": "#999EB2",
"editorGhostText.foreground": "#575861",
"editorGroup.border": "#0000",
"editorGroup.dropBackground": "#111216",
"editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#7C829D",
"editorGutter.background": "#0000",
"editorGutter.commentRangeForeground": "#575861",
"editorGutter.deletedBackground": "#999EB2",
"editorGutter.foldingControlForeground": "#E2E4ED",
"editorGutter.modifiedBackground": "#B6BAC8",
"editorHint.border": "#0000",
"editorHint.foreground": "#575861",
"editorHoverWidget.background": "#111216",
"editorHoverWidget.border": "#43444D80",
"editorHoverWidget.foreground": "#575861",
"editorHoverWidget.highlightForeground": "#868690",
"editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#43444D",
"editorIndentGuide.background": "#817c9c4d",
"editorInfo.border": "#131317",
"editorInfo.foreground": "#7C829D",
"editorInlayHint.background": "#131317",
"editorInlayHint.foreground": "#575861",
"editorInlayHint.parameterBackground": "#131317",
"editorInlayHint.parameterForeground": "#E2E4ED",
"editorInlayHint.typeBackground": "#131317",
"editorInlayHint.typeForeground": "#7C829D",
"editorLightBulb.foreground": "#626983",
"editorLightBulbAutoFix.foreground": "#B6BAC8",
"editorLineNumber.activeForeground": "#868690",
"editorLineNumber.foreground": "#575861",
"editorLink.activeForeground": "#B6BAC8",
"editorMarkerNavigation.background": "#111216",
"editorMarkerNavigationError.background": "#111216",
"editorMarkerNavigationInfo.background": "#111216",
"editorMarkerNavigationWarning.background": "#111216",
"editorOverviewRuler.addedForeground": "#7C829D80",
"editorOverviewRuler.background": "#0F1014",
"editorOverviewRuler.border": "#817c9c4d",
"editorOverviewRuler.bracketMatchForeground": "#575861",
"editorOverviewRuler.commonContentForeground": "#817c9c14",
"editorOverviewRuler.currentContentForeground": "#817c9c26",
"editorOverviewRuler.deletedForeground": "#999EB280",
"editorOverviewRuler.errorForeground": "#999EB280",
"editorOverviewRuler.findMatchForeground": "#817c9c4d",
"editorOverviewRuler.incomingContentForeground": "#E2E4ED80",
"editorOverviewRuler.infoForeground": "#7C829D80",
"editorOverviewRuler.modifiedForeground": "#B6BAC880",
"editorOverviewRuler.rangeHighlightForeground": "#817c9c4d",
"editorOverviewRuler.selectionHighlightForeground": "#817c9c4d",
"editorOverviewRuler.warningForeground": "#D3D5DE80",
"editorOverviewRuler.wordHighlightForeground": "#817c9c26",
"editorOverviewRuler.wordHighlightStrongForeground": "#817c9c4d",
"editorPane.background": "#0000",
"editorRuler.foreground": "#817c9c4d",
"editorSuggestWidget.background": "#111216",
"editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#B6BAC8",
"editorSuggestWidget.foreground": "#575861",
"editorSuggestWidget.highlightForeground": "#B6BAC8",
"editorSuggestWidget.selectedBackground": "#817c9c26",
"editorSuggestWidget.selectedForeground": "#868690",
"editorSuggestWidget.selectedIconForeground": "#868690",
"editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#00000080",
"editorWarning.border": "#0000",
"editorWarning.foreground": "#D3D5DE",
"editorWhitespace.foreground": "#43444D",
"editorWidget.background": "#111216",
"editorWidget.border": "#131317",
"editorWidget.foreground": "#575861",
"editorWidget.resizeBorder": "#43444D",
"errorForeground": "#999EB2",
"extensionBadge.remoteBackground": "#E2E4ED",
"extensionBadge.remoteForeground": "#0F1014",
"extensionButton.prominentBackground": "#B6BAC8",
"extensionButton.prominentForeground": "#0F1014",
"extensionButton.prominentHoverBackground": "#B6BAC8e6",
"extensionIcon.starForeground": "#B6BAC8",
"extensionIcon.verifiedForeground": "#E2E4ED",
"focusBorder": "#817c9c26",
"foreground": "#868690",
"gitDecoration.addedResourceForeground": "#7C829D",
"gitDecoration.conflictingResourceForeground": "#999EB2",
"gitDecoration.deletedResourceForeground": "#575861",
"gitDecoration.ignoredResourceForeground": "#43444D",
"gitDecoration.modifiedResourceForeground": "#B6BAC8",
"gitDecoration.renamedResourceForeground": "#626983",
"gitDecoration.stageDeletedResourceForeground": "#7C829D",
"gitDecoration.stageModifiedResourceForeground": "#E2E4ED",
"gitDecoration.submoduleResourceForeground": "#D3D5DE",
"gitDecoration.untrackedResourceForeground": "#D3D5DE",
"icon.foreground": "#575861",
"input.background": "#13131780",
"input.border": "#817c9c26",
"input.foreground": "#868690",
"input.placeholderForeground": "#575861",
"inputOption.activeBackground": "#B6BAC8",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#0F1014",
"inputValidation.errorBackground": "#0000",
"inputValidation.errorBorder": "#0000",
"inputValidation.errorForeground": "#999EB2",
"inputValidation.infoBackground": "#0000",
"inputValidation.infoBorder": "#0000",
"inputValidation.infoForeground": "#7C829D",
"inputValidation.warningBackground": "#0000",
"inputValidation.warningBorder": "#0000",
"inputValidation.warningForeground": "#7C829D80",
"keybindingLabel.background": "#131317",
"keybindingLabel.border": "#817c9c4d",
"keybindingLabel.bottomBorder": "#817c9c4d",
"keybindingLabel.foreground": "#E2E4ED",
"keybindingTable.headerBackground": "#131317",
"keybindingTable.rowsBackground": "#111216",
"list.activeSelectionBackground": "#817c9c26",
"list.activeSelectionForeground": "#868690",
"list.activeSelectionIconForeground": "#868690",
"list.deemphasizedForeground": "#575861",
"list.dropBackground": "#111216",
"list.errorForeground": "#999EB2",
"list.filterMatchBackground": "#111216",
"list.filterMatchBorder": "#B6BAC8",
"list.focusBackground": "#817c9c4d",
"list.focusForeground": "#868690",
"list.focusOutline": "#817c9c26",
"list.highlightForeground": "#B6BAC8",
"list.hoverBackground": "#817c9c14",
"list.hoverForeground": "#868690",
"list.inactiveFocusBackground": "#817c9c14",
"list.inactiveSelectionBackground": "#111216",
"list.inactiveSelectionForeground": "#868690",
"list.inactiveSelectionIconForeground": "#575861",
"list.invalidItemForeground": "#999EB2",
"list.warningForeground": "#D3D5DE",
"listFilterWidget.background": "#111216",
"listFilterWidget.noMatchesOutline": "#999EB2",
"listFilterWidget.outline": "#131317",
"menu.background": "#111216",
"menu.border": "#817c9c14",
"menu.foreground": "#868690",
"menu.selectionBackground": "#817c9c26",
"menu.selectionBorder": "#131317",
"menu.selectionForeground": "#868690",
"menu.separatorBackground": "#868690",
"menubar.selectionBackground": "#817c9c26",
"menubar.selectionBorder": "#817c9c14",
"menubar.selectionForeground": "#868690",
"merge.border": "#131317",
"merge.commonContentBackground": "#817c9c26",
"merge.commonHeaderBackground": "#817c9c26",
"merge.currentContentBackground": "#D3D5DE80",
"merge.currentHeaderBackground": "#D3D5DE80",
"merge.incomingContentBackground": "#7C829D80",
"merge.incomingHeaderBackground": "#7C829D80",
"minimap.background": "#111216",
"minimap.errorHighlight": "#999EB280",
"minimap.findMatchHighlight": "#817c9c26",
"minimap.selectionHighlight": "#817c9c26",
"minimap.warningHighlight": "#D3D5DE80",
"minimapGutter.addedBackground": "#7C829D",
"minimapGutter.deletedBackground": "#999EB2",
"minimapGutter.modifiedBackground": "#B6BAC8",
"minimapSlider.activeBackground": "#817c9c4d",
"minimapSlider.background": "#817c9c26",
"minimapSlider.hoverBackground": "#817c9c26",
"notificationCenter.border": "#817c9c26",
"notificationCenterHeader.background": "#111216",
"notificationCenterHeader.foreground": "#575861",
"notificationLink.foreground": "#E2E4ED",
"notifications.background": "#111216",
"notifications.border": "#817c9c26",
"notifications.foreground": "#868690",
"notificationsErrorIcon.foreground": "#999EB2",
"notificationsInfoIcon.foreground": "#7C829D",
"notificationsWarningIcon.foreground": "#D3D5DE",
"notificationToast.border": "#817c9c26",
"panel.background": "#111216",
"panel.border": "#0000",
"panel.dropBorder": "#131317",
"panelInput.border": "#111216",
"panelSection.dropBackground": "#817c9c26",
"panelSectionHeader.background": "#111216",
"panelSectionHeader.foreground": "#868690",
"panelTitle.activeBorder": "#817c9c4d",
"panelTitle.activeForeground": "#868690",
"panelTitle.inactiveForeground": "#575861",
"peekView.border": "#131317",
"peekViewEditor.background": "#111216",
"peekViewEditor.matchHighlightBackground": "#817c9c4d",
"peekViewResult.background": "#111216",
"peekViewResult.fileForeground": "#575861",
"peekViewResult.lineForeground": "#575861",
"peekViewResult.matchHighlightBackground": "#817c9c4d",
"peekViewResult.selectionBackground": "#817c9c26",
"peekViewResult.selectionForeground": "#868690",
"peekViewTitle.background": "#131317",
"peekViewTitleDescription.foreground": "#575861",
"pickerGroup.border": "#817c9c4d",
"pickerGroup.foreground": "#E2E4ED",
"ports.iconRunningProcessForeground": "#B6BAC8",
"problemsErrorIcon.foreground": "#999EB2",
"problemsInfoIcon.foreground": "#7C829D",
"problemsWarningIcon.foreground": "#D3D5DE",
"progressBar.background": "#B6BAC8",
"quickInput.background": "#111216",
"quickInput.foreground": "#575861",
"quickInputList.focusBackground": "#817c9c26",
"quickInputList.focusForeground": "#868690",
"quickInputList.focusIconForeground": "#868690",
"scrollbar.shadow": "#0000",
"scrollbarSlider.activeBackground": "#817c9c4d",
"scrollbarSlider.background": "#817c9c14",
"scrollbarSlider.hoverBackground": "#817c9c26",
"searchEditor.findMatchBackground": "#817c9c26",
"selection.background": "#817c9c4d",
"settings.focusedRowBackground": "#111216",
"settings.headerForeground": "#868690",
"settings.modifiedItemIndicator": "#B6BAC8",
"settings.focusedRowBorder": "#817c9c26",
"settings.rowHoverBackground": "#111216",
"sideBar.background": "#0F1014",
"sideBar.dropBackground": "#111216",
"sideBar.foreground": "#575861",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#817c9c26",
"statusBar.background": "#0F1014",
"statusBar.debuggingBackground": "#E2E4ED",
"statusBar.debuggingForeground": "#0F1014",
"statusBar.foreground": "#575861",
"statusBar.noFolderBackground": "#0F1014",
"statusBar.noFolderForeground": "#575861",
"statusBarItem.activeBackground": "#817c9c4d",
"statusBarItem.hoverBackground": "#817c9c26",
"statusBarItem.prominentBackground": "#131317",
"statusBarItem.prominentForeground": "#868690",
"statusBarItem.prominentHoverBackground": "#817c9c26",
"statusBarItem.remoteBackground": "#0F1014",
"statusBarItem.remoteForeground": "#D3D5DE",
"statusBarItem.errorBackground": "#0F1014",
"statusBarItem.errorForeground": "#999EB2",
"symbolIcon.arrayForeground": "#575861",
"symbolIcon.classForeground": "#575861",
"symbolIcon.colorForeground": "#575861",
"symbolIcon.constantForeground": "#575861",
"symbolIcon.constructorForeground": "#575861",
"symbolIcon.enumeratorForeground": "#575861",
"symbolIcon.enumeratorMemberForeground": "#575861",
"symbolIcon.eventForeground": "#575861",
"symbolIcon.fieldForeground": "#575861",
"symbolIcon.fileForeground": "#575861",
"symbolIcon.folderForeground": "#575861",
"symbolIcon.functionForeground": "#575861",
"symbolIcon.interfaceForeground": "#575861",
"symbolIcon.keyForeground": "#575861",
"symbolIcon.keywordForeground": "#575861",
"symbolIcon.methodForeground": "#575861",
"symbolIcon.moduleForeground": "#575861",
"symbolIcon.namespaceForeground": "#575861",
"symbolIcon.nullForeground": "#575861",
"symbolIcon.numberForeground": "#575861",
"symbolIcon.objectForeground": "#575861",
"symbolIcon.operatorForeground": "#575861",
"symbolIcon.packageForeground": "#575861",
"symbolIcon.propertyForeground": "#575861",
"symbolIcon.referenceForeground": "#575861",
"symbolIcon.snippetForeground": "#575861",
"symbolIcon.stringForeground": "#575861",
"symbolIcon.structForeground": "#575861",
"symbolIcon.textForeground": "#575861",
"symbolIcon.typeParameterForeground": "#575861",
"symbolIcon.unitForeground": "#575861",
"symbolIcon.variableForeground": "#575861",
"tab.activeBackground": "#817c9c14",
"tab.activeForeground": "#868690",
"tab.activeModifiedBorder": "#7C829D",
"tab.border": "#0000",
"tab.hoverBackground": "#817c9c26",
"tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#575861",
"tab.inactiveModifiedBorder": "#7C829D80",
"tab.lastPinnedBorder": "#43444D",
"tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#7C829D80",
"terminal.ansiBlack": "#131317",
"terminal.ansiBlue": "#7C829D",
"terminal.ansiBrightBlack": "#575861",
"terminal.ansiBrightBlue": "#7C829D",
"terminal.ansiBrightCyan": "#B6BAC8",
"terminal.ansiBrightGreen": "#626983",
"terminal.ansiBrightMagenta": "#E2E4ED",
"terminal.ansiBrightRed": "#999EB2",
"terminal.ansiBrightWhite": "#868690",
"terminal.ansiBrightYellow": "#D3D5DE",
"terminal.ansiCyan": "#B6BAC8",
"terminal.ansiGreen": "#626983",
"terminal.ansiMagenta": "#E2E4ED",
"terminal.ansiRed": "#999EB2",
"terminal.ansiWhite": "#868690",
"terminal.ansiYellow": "#D3D5DE",
"terminal.dropBackground": "#817c9c26",
"terminal.foreground": "#868690",
"terminal.selectionBackground": "#817c9c26",
"terminal.tab.activeBorder": "#868690",
"terminalCursor.background": "#868690",
"terminalCursor.foreground": "#43444D",
"textBlockQuote.background": "#111216",
"textBlockQuote.border": "#817c9c26",
"textCodeBlock.background": "#111216",
"textLink.activeForeground": "#E2E4EDe6",
"textLink.foreground": "#E2E4ED",
"textPreformat.foreground": "#D3D5DE",
"textSeparator.foreground": "#575861",
"titleBar.activeBackground": "#0F1014",
"titleBar.activeForeground": "#575861",
"titleBar.inactiveBackground": "#111216",
"titleBar.inactiveForeground": "#575861",
"toolbar.activeBackground": "#817c9c4d",
"toolbar.hoverBackground": "#817c9c26",
"tree.indentGuidesStroke": "#575861",
"walkThrough.embeddedEditorBackground": "#0F1014",
"welcomePage.background": "#0F1014",
"welcomePage.buttonBackground": "#111216",
"welcomePage.buttonHoverBackground": "#131317",
"widget.shadow": "#1917244d",
"window.activeBorder": "#111216",
"window.inactiveBorder": "#111216"
},
"tokenColors": [
{
"scope": ["comment"],
"settings": {
"foreground": "#43444D",
"fontStyle": "italic"
}
},
{
"scope": ["constant"],
"settings": {
"foreground": "#626983"
}
},
{
"scope": [
"constant.numeric",
"constant.language",
"constant.charcter.escape"
],
"settings": {
"foreground": "#B6BAC8"
}
},
{
"scope": ["entity.name"],
"settings": {
"foreground": "#B6BAC8"
}
},
{
"scope": [
"entity.name.section",
"entity.name.tag",
"entity.name.namespace",
"entity.name.type"
],
"settings": {
"foreground": "#7C829D"
}
},
{
"scope": ["entity.other.attribute-name", "entity.other.inherited-class"],
"settings": {
"foreground": "#E2E4ED",
"fontStyle": "italic"
}
},
{
"scope": ["invalid"],
"settings": {
"foreground": "#999EB2"
}
},
{
"scope": ["invalid.deprecated"],
"settings": {
"foreground": "#575861"
}
},
{
"scope": ["keyword"],
"settings": {
"foreground": "#626983"
}
},
{
"scope": ["meta.tag", "meta.brace"],
"settings": {
"foreground": "#868690"
}
},
{
"scope": ["meta.import", "meta.export"],
"settings": {
"foreground": "#626983"
}
},
{
"scope": "meta.directive.vue",
"settings": {
"foreground": "#E2E4ED",
"fontStyle": "italic"
}
},
{
"scope": "meta.property-name.css",
"settings": {
"foreground": "#7C829D"
}
},
{
"scope": "meta.property-value.css",
"settings": {
"foreground": "#D3D5DE"
}
},
{
"scope": "meta.tag.other.html",
"settings": {
"foreground": "#575861"
}
},
{
"scope": ["punctuation"],
"settings": {
"foreground": "#575861"
}
},
{
"scope": ["punctuation.accessor"],
"settings": {
"foreground": "#626983"
}
},
{
"scope": ["punctuation.definition.string"],
"settings": {
"foreground": "#D3D5DE"
}
},
{
"scope": ["punctuation.definition.tag"],
"settings": {
"foreground": "#43444D"
}
},
{
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#626983"
}
},
{
"scope": ["string"],
"settings": {
"foreground": "#D3D5DE"
}
},
{
"scope": ["support"],
"settings": {
"foreground": "#7C829D"
}
},
{
"scope": ["support.constant"],
"settings": {
"foreground": "#D3D5DE"
}
},
{
"scope": ["support.function"],
"settings": {
"foreground": "#999EB2",
"fontStyle": "italic"
}
},
{
"scope": ["variable"],
"settings": {
"foreground": "#B6BAC8",
"fontStyle": "italic"
}
},
{
"scope": [
"variable.other",
"variable.language",
"variable.function",
"variable.argument"
],
"settings": {
"foreground": "#868690"
}
},
{
"scope": ["variable.parameter"],
"settings": {
"foreground": "#E2E4ED"
}
}
]
}