-
Notifications
You must be signed in to change notification settings - Fork 29.5k
/
vscode-known-variables.json
723 lines (723 loc) · 33.6 KB
/
vscode-known-variables.json
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
{
"colors": [
"--vscode-foreground",
"--vscode-disabledForeground",
"--vscode-errorForeground",
"--vscode-descriptionForeground",
"--vscode-icon-foreground",
"--vscode-focusBorder",
"--vscode-contrastBorder",
"--vscode-contrastActiveBorder",
"--vscode-selection-background",
"--vscode-textSeparator-foreground",
"--vscode-textLink-foreground",
"--vscode-textLink-activeForeground",
"--vscode-textPreformat-foreground",
"--vscode-textBlockQuote-background",
"--vscode-textBlockQuote-border",
"--vscode-textCodeBlock-background",
"--vscode-widget-shadow",
"--vscode-widget-border",
"--vscode-input-background",
"--vscode-input-foreground",
"--vscode-input-border",
"--vscode-inputOption-activeBorder",
"--vscode-inputOption-hoverBackground",
"--vscode-inputOption-activeBackground",
"--vscode-inputOption-activeForeground",
"--vscode-input-placeholderForeground",
"--vscode-inputValidation-infoBackground",
"--vscode-inputValidation-infoForeground",
"--vscode-inputValidation-infoBorder",
"--vscode-inputValidation-warningBackground",
"--vscode-inputValidation-warningForeground",
"--vscode-inputValidation-warningBorder",
"--vscode-inputValidation-errorBackground",
"--vscode-inputValidation-errorForeground",
"--vscode-inputValidation-errorBorder",
"--vscode-dropdown-background",
"--vscode-dropdown-listBackground",
"--vscode-dropdown-foreground",
"--vscode-dropdown-border",
"--vscode-button-foreground",
"--vscode-button-separator",
"--vscode-button-background",
"--vscode-button-hoverBackground",
"--vscode-button-border",
"--vscode-button-secondaryForeground",
"--vscode-button-secondaryBackground",
"--vscode-button-secondaryHoverBackground",
"--vscode-badge-background",
"--vscode-badge-foreground",
"--vscode-scrollbar-shadow",
"--vscode-scrollbarSlider-background",
"--vscode-scrollbarSlider-hoverBackground",
"--vscode-scrollbarSlider-activeBackground",
"--vscode-progressBar-background",
"--vscode-editorError-background",
"--vscode-editorError-foreground",
"--vscode-editorError-border",
"--vscode-editorWarning-background",
"--vscode-editorWarning-foreground",
"--vscode-editorWarning-border",
"--vscode-editorInfo-background",
"--vscode-editorInfo-foreground",
"--vscode-editorInfo-border",
"--vscode-editorHint-foreground",
"--vscode-editorHint-border",
"--vscode-sash-hoverBorder",
"--vscode-editor-background",
"--vscode-editor-foreground",
"--vscode-editorStickyScroll-background",
"--vscode-editorStickyScrollHover-background",
"--vscode-editorWidget-background",
"--vscode-editorWidget-foreground",
"--vscode-editorWidget-border",
"--vscode-editorWidget-resizeBorder",
"--vscode-quickInput-background",
"--vscode-quickInput-foreground",
"--vscode-quickInputTitle-background",
"--vscode-pickerGroup-foreground",
"--vscode-pickerGroup-border",
"--vscode-keybindingLabel-background",
"--vscode-keybindingLabel-foreground",
"--vscode-keybindingLabel-border",
"--vscode-keybindingLabel-bottomBorder",
"--vscode-editor-selectionBackground",
"--vscode-editor-selectionForeground",
"--vscode-editor-inactiveSelectionBackground",
"--vscode-editor-selectionHighlightBackground",
"--vscode-editor-selectionHighlightBorder",
"--vscode-editor-findMatchBackground",
"--vscode-editor-findMatchHighlightBackground",
"--vscode-editor-findRangeHighlightBackground",
"--vscode-editor-findMatchBorder",
"--vscode-editor-findMatchHighlightBorder",
"--vscode-editor-findRangeHighlightBorder",
"--vscode-searchEditor-findMatchBackground",
"--vscode-searchEditor-findMatchBorder",
"--vscode-search-resultsInfoForeground",
"--vscode-editor-hoverHighlightBackground",
"--vscode-editorHoverWidget-background",
"--vscode-editorHoverWidget-foreground",
"--vscode-editorHoverWidget-border",
"--vscode-editorHoverWidget-statusBarBackground",
"--vscode-editorLink-activeForeground",
"--vscode-editorInlayHint-foreground",
"--vscode-editorInlayHint-background",
"--vscode-editorInlayHint-typeForeground",
"--vscode-editorInlayHint-typeBackground",
"--vscode-editorInlayHint-parameterForeground",
"--vscode-editorInlayHint-parameterBackground",
"--vscode-editorLightBulb-foreground",
"--vscode-editorLightBulbAutoFix-foreground",
"--vscode-diffEditor-insertedTextBackground",
"--vscode-diffEditor-removedTextBackground",
"--vscode-diffEditor-insertedLineBackground",
"--vscode-diffEditor-removedLineBackground",
"--vscode-diffEditorGutter-insertedLineBackground",
"--vscode-diffEditorGutter-removedLineBackground",
"--vscode-diffEditorOverview-insertedForeground",
"--vscode-diffEditorOverview-removedForeground",
"--vscode-diffEditor-insertedTextBorder",
"--vscode-diffEditor-removedTextBorder",
"--vscode-diffEditor-border",
"--vscode-diffEditor-diagonalFill",
"--vscode-list-focusBackground",
"--vscode-list-focusForeground",
"--vscode-list-focusOutline",
"--vscode-list-focusAndSelectionOutline",
"--vscode-list-activeSelectionBackground",
"--vscode-list-activeSelectionForeground",
"--vscode-list-activeSelectionIconForeground",
"--vscode-list-inactiveSelectionBackground",
"--vscode-list-inactiveSelectionForeground",
"--vscode-list-inactiveSelectionIconForeground",
"--vscode-list-inactiveFocusBackground",
"--vscode-list-inactiveFocusOutline",
"--vscode-list-hoverBackground",
"--vscode-list-hoverForeground",
"--vscode-list-dropBackground",
"--vscode-list-highlightForeground",
"--vscode-list-focusHighlightForeground",
"--vscode-list-invalidItemForeground",
"--vscode-list-errorForeground",
"--vscode-list-warningForeground",
"--vscode-listFilterWidget-background",
"--vscode-listFilterWidget-outline",
"--vscode-listFilterWidget-noMatchesOutline",
"--vscode-listFilterWidget-shadow",
"--vscode-list-filterMatchBackground",
"--vscode-list-filterMatchBorder",
"--vscode-tree-indentGuidesStroke",
"--vscode-tree-inactiveIndentGuidesStroke",
"--vscode-tree-tableColumnsBorder",
"--vscode-tree-tableOddRowsBackground",
"--vscode-list-deemphasizedForeground",
"--vscode-checkbox-background",
"--vscode-checkbox-selectBackground",
"--vscode-checkbox-foreground",
"--vscode-checkbox-border",
"--vscode-checkbox-selectBorder",
"--vscode-quickInputList-focusForeground",
"--vscode-quickInputList-focusIconForeground",
"--vscode-quickInputList-focusBackground",
"--vscode-menu-border",
"--vscode-menu-foreground",
"--vscode-menu-background",
"--vscode-menu-selectionForeground",
"--vscode-menu-selectionBackground",
"--vscode-menu-selectionBorder",
"--vscode-menu-separatorBackground",
"--vscode-toolbar-hoverBackground",
"--vscode-toolbar-hoverOutline",
"--vscode-toolbar-activeBackground",
"--vscode-editor-snippetTabstopHighlightBackground",
"--vscode-editor-snippetTabstopHighlightBorder",
"--vscode-editor-snippetFinalTabstopHighlightBackground",
"--vscode-editor-snippetFinalTabstopHighlightBorder",
"--vscode-breadcrumb-foreground",
"--vscode-breadcrumb-background",
"--vscode-breadcrumb-focusForeground",
"--vscode-breadcrumb-activeSelectionForeground",
"--vscode-breadcrumbPicker-background",
"--vscode-merge-currentHeaderBackground",
"--vscode-merge-currentContentBackground",
"--vscode-merge-incomingHeaderBackground",
"--vscode-merge-incomingContentBackground",
"--vscode-merge-commonHeaderBackground",
"--vscode-merge-commonContentBackground",
"--vscode-merge-border",
"--vscode-editorOverviewRuler-currentContentForeground",
"--vscode-editorOverviewRuler-incomingContentForeground",
"--vscode-editorOverviewRuler-commonContentForeground",
"--vscode-editorOverviewRuler-findMatchForeground",
"--vscode-editorOverviewRuler-selectionHighlightForeground",
"--vscode-minimap-findMatchHighlight",
"--vscode-minimap-selectionOccurrenceHighlight",
"--vscode-minimap-selectionHighlight",
"--vscode-minimap-errorHighlight",
"--vscode-minimap-warningHighlight",
"--vscode-minimap-background",
"--vscode-minimap-foregroundOpacity",
"--vscode-minimapSlider-background",
"--vscode-minimapSlider-hoverBackground",
"--vscode-minimapSlider-activeBackground",
"--vscode-problemsErrorIcon-foreground",
"--vscode-problemsWarningIcon-foreground",
"--vscode-problemsInfoIcon-foreground",
"--vscode-charts-foreground",
"--vscode-charts-lines",
"--vscode-charts-red",
"--vscode-charts-blue",
"--vscode-charts-yellow",
"--vscode-charts-orange",
"--vscode-charts-green",
"--vscode-charts-purple",
"--vscode-editor-lineHighlightBackground",
"--vscode-editor-lineHighlightBorder",
"--vscode-editor-rangeHighlightBackground",
"--vscode-editor-rangeHighlightBorder",
"--vscode-editor-symbolHighlightBackground",
"--vscode-editor-symbolHighlightBorder",
"--vscode-editorCursor-foreground",
"--vscode-editorCursor-background",
"--vscode-editorWhitespace-foreground",
"--vscode-editorIndentGuide-background",
"--vscode-editorIndentGuide-activeBackground",
"--vscode-editorLineNumber-foreground",
"--vscode-editorLineNumber-activeForeground",
"--vscode-editorLineNumber-dimmedForeground",
"--vscode-editorRuler-foreground",
"--vscode-editorCodeLens-foreground",
"--vscode-editorBracketMatch-background",
"--vscode-editorBracketMatch-border",
"--vscode-editorOverviewRuler-border",
"--vscode-editorOverviewRuler-background",
"--vscode-editorGutter-background",
"--vscode-editorUnnecessaryCode-border",
"--vscode-editorUnnecessaryCode-opacity",
"--vscode-editorGhostText-border",
"--vscode-editorGhostText-foreground",
"--vscode-editorGhostText-background",
"--vscode-editorOverviewRuler-rangeHighlightForeground",
"--vscode-editorOverviewRuler-errorForeground",
"--vscode-editorOverviewRuler-warningForeground",
"--vscode-editorOverviewRuler-infoForeground",
"--vscode-editorBracketHighlight-foreground1",
"--vscode-editorBracketHighlight-foreground2",
"--vscode-editorBracketHighlight-foreground3",
"--vscode-editorBracketHighlight-foreground4",
"--vscode-editorBracketHighlight-foreground5",
"--vscode-editorBracketHighlight-foreground6",
"--vscode-editorBracketHighlight-unexpectedBracket-foreground",
"--vscode-editorBracketPairGuide-background1",
"--vscode-editorBracketPairGuide-background2",
"--vscode-editorBracketPairGuide-background3",
"--vscode-editorBracketPairGuide-background4",
"--vscode-editorBracketPairGuide-background5",
"--vscode-editorBracketPairGuide-background6",
"--vscode-editorBracketPairGuide-activeBackground1",
"--vscode-editorBracketPairGuide-activeBackground2",
"--vscode-editorBracketPairGuide-activeBackground3",
"--vscode-editorBracketPairGuide-activeBackground4",
"--vscode-editorBracketPairGuide-activeBackground5",
"--vscode-editorBracketPairGuide-activeBackground6",
"--vscode-editorUnicodeHighlight-border",
"--vscode-editorUnicodeHighlight-background",
"--vscode-tab-activeBackground",
"--vscode-tab-unfocusedActiveBackground",
"--vscode-tab-inactiveBackground",
"--vscode-tab-unfocusedInactiveBackground",
"--vscode-tab-activeForeground",
"--vscode-tab-inactiveForeground",
"--vscode-tab-unfocusedActiveForeground",
"--vscode-tab-unfocusedInactiveForeground",
"--vscode-tab-hoverBackground",
"--vscode-tab-unfocusedHoverBackground",
"--vscode-tab-hoverForeground",
"--vscode-tab-unfocusedHoverForeground",
"--vscode-tab-border",
"--vscode-tab-lastPinnedBorder",
"--vscode-tab-activeBorder",
"--vscode-tab-unfocusedActiveBorder",
"--vscode-tab-activeBorderTop",
"--vscode-tab-unfocusedActiveBorderTop",
"--vscode-tab-hoverBorder",
"--vscode-tab-unfocusedHoverBorder",
"--vscode-tab-activeModifiedBorder",
"--vscode-tab-inactiveModifiedBorder",
"--vscode-tab-unfocusedActiveModifiedBorder",
"--vscode-tab-unfocusedInactiveModifiedBorder",
"--vscode-editorPane-background",
"--vscode-editorGroup-emptyBackground",
"--vscode-editorGroup-focusedEmptyBorder",
"--vscode-editorGroupHeader-tabsBackground",
"--vscode-editorGroupHeader-tabsBorder",
"--vscode-editorGroupHeader-noTabsBackground",
"--vscode-editorGroupHeader-border",
"--vscode-editorGroup-border",
"--vscode-editorGroup-dropBackground",
"--vscode-editorGroup-dropIntoPromptForeground",
"--vscode-editorGroup-dropIntoPromptBackground",
"--vscode-editorGroup-dropIntoPromptBorder",
"--vscode-sideBySideEditor-horizontalBorder",
"--vscode-sideBySideEditor-verticalBorder",
"--vscode-panel-background",
"--vscode-panel-border",
"--vscode-panelTitle-activeForeground",
"--vscode-panelTitle-inactiveForeground",
"--vscode-panelTitle-activeBorder",
"--vscode-panelInput-border",
"--vscode-panel-dropBorder",
"--vscode-panelSection-dropBackground",
"--vscode-panelSectionHeader-background",
"--vscode-panelSectionHeader-foreground",
"--vscode-panelSectionHeader-border",
"--vscode-panelSection-border",
"--vscode-banner-background",
"--vscode-banner-foreground",
"--vscode-banner-iconForeground",
"--vscode-statusBar-foreground",
"--vscode-statusBar-noFolderForeground",
"--vscode-statusBar-background",
"--vscode-statusBar-noFolderBackground",
"--vscode-statusBar-border",
"--vscode-statusBar-focusBorder",
"--vscode-statusBar-noFolderBorder",
"--vscode-statusBarItem-activeBackground",
"--vscode-statusBarItem-focusBorder",
"--vscode-statusBarItem-hoverBackground",
"--vscode-statusBarItem-compactHoverBackground",
"--vscode-statusBarItem-prominentForeground",
"--vscode-statusBarItem-prominentBackground",
"--vscode-statusBarItem-prominentHoverBackground",
"--vscode-statusBarItem-errorBackground",
"--vscode-statusBarItem-errorForeground",
"--vscode-statusBarItem-warningBackground",
"--vscode-statusBarItem-warningForeground",
"--vscode-activityBar-background",
"--vscode-activityBar-foreground",
"--vscode-activityBar-inactiveForeground",
"--vscode-activityBar-border",
"--vscode-activityBar-activeBorder",
"--vscode-activityBar-activeFocusBorder",
"--vscode-activityBar-activeBackground",
"--vscode-activityBar-dropBorder",
"--vscode-activityBarBadge-background",
"--vscode-activityBarBadge-foreground",
"--vscode-profileBadge-background",
"--vscode-profileBadge-foreground",
"--vscode-statusBarItem-remoteBackground",
"--vscode-statusBarItem-remoteForeground",
"--vscode-extensionBadge-remoteBackground",
"--vscode-extensionBadge-remoteForeground",
"--vscode-sideBar-background",
"--vscode-sideBar-foreground",
"--vscode-sideBar-border",
"--vscode-sideBarTitle-foreground",
"--vscode-sideBar-dropBackground",
"--vscode-sideBarSectionHeader-background",
"--vscode-sideBarSectionHeader-foreground",
"--vscode-sideBarSectionHeader-border",
"--vscode-titleBar-activeForeground",
"--vscode-titleBar-inactiveForeground",
"--vscode-titleBar-activeBackground",
"--vscode-titleBar-inactiveBackground",
"--vscode-titleBar-border",
"--vscode-menubar-selectionForeground",
"--vscode-menubar-selectionBackground",
"--vscode-menubar-selectionBorder",
"--vscode-notificationCenter-border",
"--vscode-notificationToast-border",
"--vscode-notifications-foreground",
"--vscode-notifications-background",
"--vscode-notificationLink-foreground",
"--vscode-notificationCenterHeader-foreground",
"--vscode-notificationCenterHeader-background",
"--vscode-notifications-border",
"--vscode-notificationsErrorIcon-foreground",
"--vscode-notificationsWarningIcon-foreground",
"--vscode-notificationsInfoIcon-foreground",
"--vscode-window-activeBorder",
"--vscode-window-inactiveBorder",
"--vscode-interactive-responseBackground",
"--vscode-interactive-responseActiveBackground",
"--vscode-interactive-responseBorder",
"--vscode-debugToolBar-background",
"--vscode-debugToolBar-border",
"--vscode-debugIcon-startForeground",
"--vscode-statusBar-debuggingBackground",
"--vscode-statusBar-debuggingForeground",
"--vscode-statusBar-debuggingBorder",
"--vscode-editor-stackFrameHighlightBackground",
"--vscode-editor-focusedStackFrameHighlightBackground",
"--vscode-settings-headerForeground",
"--vscode-settings-settingsHeaderHoverForeground",
"--vscode-settings-modifiedItemIndicator",
"--vscode-settings-headerBorder",
"--vscode-settings-sashBorder",
"--vscode-settings-dropdownBackground",
"--vscode-settings-dropdownForeground",
"--vscode-settings-dropdownBorder",
"--vscode-settings-dropdownListBorder",
"--vscode-settings-checkboxBackground",
"--vscode-settings-checkboxForeground",
"--vscode-settings-checkboxBorder",
"--vscode-settings-textInputBackground",
"--vscode-settings-textInputForeground",
"--vscode-settings-textInputBorder",
"--vscode-settings-numberInputBackground",
"--vscode-settings-numberInputForeground",
"--vscode-settings-numberInputBorder",
"--vscode-settings-focusedRowBackground",
"--vscode-settings-rowHoverBackground",
"--vscode-settings-focusedRowBorder",
"--vscode-testing-iconFailed",
"--vscode-testing-iconErrored",
"--vscode-testing-iconPassed",
"--vscode-testing-runAction",
"--vscode-testing-iconQueued",
"--vscode-testing-iconUnset",
"--vscode-testing-iconSkipped",
"--vscode-testing-peekBorder",
"--vscode-testing-peekHeaderBackground",
"--vscode-testing-message-error-decorationForeground",
"--vscode-testing-message-error-lineBackground",
"--vscode-testing-message-info-decorationForeground",
"--vscode-testing-message-info-lineBackground",
"--vscode-mergeEditor-change-background",
"--vscode-mergeEditor-change-word-background",
"--vscode-mergeEditor-changeBase-background",
"--vscode-mergeEditor-changeBase-word-background",
"--vscode-mergeEditor-conflict-unhandledUnfocused-border",
"--vscode-mergeEditor-conflict-unhandledFocused-border",
"--vscode-mergeEditor-conflict-handledUnfocused-border",
"--vscode-mergeEditor-conflict-handledFocused-border",
"--vscode-mergeEditor-conflict-handled-minimapOverViewRuler",
"--vscode-mergeEditor-conflict-unhandled-minimapOverViewRuler",
"--vscode-mergeEditor-conflictingLines-background",
"--vscode-mergeEditor-conflict-input1-background",
"--vscode-mergeEditor-conflict-input2-background",
"--vscode-terminal-background",
"--vscode-terminal-foreground",
"--vscode-terminalCursor-foreground",
"--vscode-terminalCursor-background",
"--vscode-terminal-selectionBackground",
"--vscode-terminal-inactiveSelectionBackground",
"--vscode-terminal-selectionForeground",
"--vscode-terminalCommandDecoration-defaultBackground",
"--vscode-terminalCommandDecoration-successBackground",
"--vscode-terminalCommandDecoration-errorBackground",
"--vscode-terminalOverviewRuler-cursorForeground",
"--vscode-terminal-border",
"--vscode-terminal-findMatchBackground",
"--vscode-terminal-hoverHighlightBackground",
"--vscode-terminal-findMatchBorder",
"--vscode-terminal-findMatchHighlightBackground",
"--vscode-terminal-findMatchHighlightBorder",
"--vscode-terminalOverviewRuler-findMatchForeground",
"--vscode-terminal-dropBackground",
"--vscode-terminal-tab-activeBorder",
"--vscode-walkThrough-embeddedEditorBackground",
"--vscode-welcomePage-background",
"--vscode-welcomePage-tileBackground",
"--vscode-welcomePage-tileHoverBackground",
"--vscode-welcomePage-tileBorder",
"--vscode-welcomePage-progress-background",
"--vscode-welcomePage-progress-foreground",
"--vscode-walkthrough-stepTitle-foreground",
"--vscode-symbolIcon-arrayForeground",
"--vscode-symbolIcon-booleanForeground",
"--vscode-symbolIcon-classForeground",
"--vscode-symbolIcon-colorForeground",
"--vscode-symbolIcon-constantForeground",
"--vscode-symbolIcon-constructorForeground",
"--vscode-symbolIcon-enumeratorForeground",
"--vscode-symbolIcon-enumeratorMemberForeground",
"--vscode-symbolIcon-eventForeground",
"--vscode-symbolIcon-fieldForeground",
"--vscode-symbolIcon-fileForeground",
"--vscode-symbolIcon-folderForeground",
"--vscode-symbolIcon-functionForeground",
"--vscode-symbolIcon-interfaceForeground",
"--vscode-symbolIcon-keyForeground",
"--vscode-symbolIcon-keywordForeground",
"--vscode-symbolIcon-methodForeground",
"--vscode-symbolIcon-moduleForeground",
"--vscode-symbolIcon-namespaceForeground",
"--vscode-symbolIcon-nullForeground",
"--vscode-symbolIcon-numberForeground",
"--vscode-symbolIcon-objectForeground",
"--vscode-symbolIcon-operatorForeground",
"--vscode-symbolIcon-packageForeground",
"--vscode-symbolIcon-propertyForeground",
"--vscode-symbolIcon-referenceForeground",
"--vscode-symbolIcon-snippetForeground",
"--vscode-symbolIcon-stringForeground",
"--vscode-symbolIcon-structForeground",
"--vscode-symbolIcon-textForeground",
"--vscode-symbolIcon-typeParameterForeground",
"--vscode-symbolIcon-unitForeground",
"--vscode-symbolIcon-variableForeground",
"--vscode-extensionButton-background",
"--vscode-extensionButton-foreground",
"--vscode-extensionButton-hoverBackground",
"--vscode-extensionButton-separator",
"--vscode-extensionButton-prominentBackground",
"--vscode-extensionButton-prominentForeground",
"--vscode-extensionButton-prominentHoverBackground",
"--vscode-extensionIcon-starForeground",
"--vscode-extensionIcon-verifiedForeground",
"--vscode-extensionIcon-preReleaseForeground",
"--vscode-extensionIcon-sponsorForeground",
"--vscode-commandCenter-foreground",
"--vscode-commandCenter-activeForeground",
"--vscode-commandCenter-inactiveForeground",
"--vscode-commandCenter-background",
"--vscode-commandCenter-activeBackground",
"--vscode-commandCenter-border",
"--vscode-commandCenter-activeBorder",
"--vscode-commandCenter-inactiveBorder",
"--vscode-ports-iconRunningProcessForeground",
"--vscode-editorHoverWidget-highlightForeground",
"--vscode-editorOverviewRuler-bracketMatchForeground",
"--vscode-editor-linkedEditingBackground",
"--vscode-editor-foldBackground",
"--vscode-editorGutter-foldingControlForeground",
"--vscode-editor-wordHighlightBackground",
"--vscode-editor-wordHighlightStrongBackground",
"--vscode-editor-wordHighlightTextBackground",
"--vscode-editor-wordHighlightBorder",
"--vscode-editor-wordHighlightStrongBorder",
"--vscode-editor-wordHighlightTextBorder",
"--vscode-editorOverviewRuler-wordHighlightForeground",
"--vscode-editorOverviewRuler-wordHighlightStrongForeground",
"--vscode-editorOverviewRuler-wordHighlightTextForeground",
"--vscode-debugExceptionWidget-border",
"--vscode-debugExceptionWidget-background",
"--vscode-peekViewTitle-background",
"--vscode-peekViewTitleLabel-foreground",
"--vscode-peekViewTitleDescription-foreground",
"--vscode-peekView-border",
"--vscode-peekViewResult-background",
"--vscode-peekViewResult-lineForeground",
"--vscode-peekViewResult-fileForeground",
"--vscode-peekViewResult-selectionBackground",
"--vscode-peekViewResult-selectionForeground",
"--vscode-peekViewEditor-background",
"--vscode-peekViewEditorGutter-background",
"--vscode-peekViewEditorStickyScroll-background",
"--vscode-peekViewResult-matchHighlightBackground",
"--vscode-peekViewEditor-matchHighlightBackground",
"--vscode-peekViewEditor-matchHighlightBorder",
"--vscode-editorMarkerNavigationError-background",
"--vscode-editorMarkerNavigationError-headerBackground",
"--vscode-editorMarkerNavigationWarning-background",
"--vscode-editorMarkerNavigationWarning-headerBackground",
"--vscode-editorMarkerNavigationInfo-background",
"--vscode-editorMarkerNavigationInfo-headerBackground",
"--vscode-editorMarkerNavigation-background",
"--vscode-editorCommentsWidget-resolvedBorder",
"--vscode-editorCommentsWidget-unresolvedBorder",
"--vscode-editorCommentsWidget-rangeBackground",
"--vscode-editorCommentsWidget-rangeBorder",
"--vscode-editorCommentsWidget-rangeActiveBackground",
"--vscode-editorCommentsWidget-rangeActiveBorder",
"--vscode-editorGutter-modifiedBackground",
"--vscode-editorGutter-addedBackground",
"--vscode-editorGutter-deletedBackground",
"--vscode-minimapGutter-modifiedBackground",
"--vscode-minimapGutter-addedBackground",
"--vscode-minimapGutter-deletedBackground",
"--vscode-editorOverviewRuler-modifiedForeground",
"--vscode-editorOverviewRuler-addedForeground",
"--vscode-editorOverviewRuler-deletedForeground",
"--vscode-editorSuggestWidget-background",
"--vscode-editorSuggestWidget-border",
"--vscode-editorSuggestWidget-foreground",
"--vscode-editorSuggestWidget-selectedForeground",
"--vscode-editorSuggestWidget-selectedIconForeground",
"--vscode-editorSuggestWidget-selectedBackground",
"--vscode-editorSuggestWidget-highlightForeground",
"--vscode-editorSuggestWidget-focusHighlightForeground",
"--vscode-editorSuggestWidgetStatus-foreground",
"--vscode-editor-inlineValuesForeground",
"--vscode-editor-inlineValuesBackground",
"--vscode-scm-providerBorder",
"--vscode-debugIcon-breakpointForeground",
"--vscode-debugIcon-breakpointDisabledForeground",
"--vscode-debugIcon-breakpointUnverifiedForeground",
"--vscode-debugIcon-breakpointCurrentStackframeForeground",
"--vscode-debugIcon-breakpointStackframeForeground",
"--vscode-debugTokenExpression-name",
"--vscode-debugTokenExpression-value",
"--vscode-debugTokenExpression-string",
"--vscode-debugTokenExpression-boolean",
"--vscode-debugTokenExpression-number",
"--vscode-debugTokenExpression-error",
"--vscode-debugView-exceptionLabelForeground",
"--vscode-debugView-exceptionLabelBackground",
"--vscode-debugView-stateLabelForeground",
"--vscode-debugView-stateLabelBackground",
"--vscode-debugView-valueChangedHighlight",
"--vscode-debugConsole-infoForeground",
"--vscode-debugConsole-warningForeground",
"--vscode-debugConsole-errorForeground",
"--vscode-debugConsole-sourceForeground",
"--vscode-debugConsoleInputIcon-foreground",
"--vscode-debugIcon-pauseForeground",
"--vscode-debugIcon-stopForeground",
"--vscode-debugIcon-disconnectForeground",
"--vscode-debugIcon-restartForeground",
"--vscode-debugIcon-stepOverForeground",
"--vscode-debugIcon-stepIntoForeground",
"--vscode-debugIcon-stepOutForeground",
"--vscode-debugIcon-continueForeground",
"--vscode-debugIcon-stepBackForeground",
"--vscode-keybindingTable-headerBackground",
"--vscode-keybindingTable-rowsBackground",
"--vscode-editorGutter-commentRangeForeground",
"--vscode-editorGutter-commentGlyphForground",
"--vscode-notebook-cellBorderColor",
"--vscode-notebook-focusedEditorBorder",
"--vscode-notebookStatusSuccessIcon-foreground",
"--vscode-notebookEditorOverviewRuler-runningCellForeground",
"--vscode-notebookStatusErrorIcon-foreground",
"--vscode-notebookStatusRunningIcon-foreground",
"--vscode-notebook-outputContainerBorderColor",
"--vscode-notebook-outputContainerBackgroundColor",
"--vscode-notebook-cellToolbarSeparator",
"--vscode-notebook-focusedCellBackground",
"--vscode-notebook-selectedCellBackground",
"--vscode-notebook-cellHoverBackground",
"--vscode-notebook-selectedCellBorder",
"--vscode-notebook-inactiveSelectedCellBorder",
"--vscode-notebook-focusedCellBorder",
"--vscode-notebook-inactiveFocusedCellBorder",
"--vscode-notebook-cellStatusBarItemHoverBackground",
"--vscode-notebook-cellInsertionIndicator",
"--vscode-notebookScrollbarSlider-background",
"--vscode-notebookScrollbarSlider-hoverBackground",
"--vscode-notebookScrollbarSlider-activeBackground",
"--vscode-notebook-symbolHighlightBackground",
"--vscode-notebook-cellEditorBackground",
"--vscode-notebook-editorBackground",
"--vscode-searchEditor-textInputBorder",
"--vscode-terminal-ansiBlack",
"--vscode-terminal-ansiRed",
"--vscode-terminal-ansiGreen",
"--vscode-terminal-ansiYellow",
"--vscode-terminal-ansiBlue",
"--vscode-terminal-ansiMagenta",
"--vscode-terminal-ansiCyan",
"--vscode-terminal-ansiWhite",
"--vscode-terminal-ansiBrightBlack",
"--vscode-terminal-ansiBrightRed",
"--vscode-terminal-ansiBrightGreen",
"--vscode-terminal-ansiBrightYellow",
"--vscode-terminal-ansiBrightBlue",
"--vscode-terminal-ansiBrightMagenta",
"--vscode-terminal-ansiBrightCyan",
"--vscode-terminal-ansiBrightWhite"
],
"others": [
"--background-dark",
"--background-light",
"--dropdown-padding-bottom",
"--dropdown-padding-top",
"--insert-border-color",
"--last-tab-margin-right",
"--monaco-monospace-font",
"--monaco-monospace-font",
"--notebook-cell-input-preview-font-family",
"--notebook-cell-input-preview-font-size",
"--notebook-cell-output-font-size",
"--notebook-diff-view-viewport-slider",
"--notebook-find-horizontal-padding",
"--notebook-find-width",
"--outline-element-color",
"--separator-border",
"--status-border-top-color",
"--tab-border-bottom-color",
"--tab-border-top-color",
"--tab-dirty-border-top-color",
"--tabs-border-bottom-color",
"--testMessageDecorationFontFamily",
"--testMessageDecorationFontSize",
"--title-border-bottom-color",
"--vscode-editorCodeLens-fontFamily",
"--vscode-editorCodeLens-fontFamilyDefault",
"--vscode-editorCodeLens-fontFeatureSettings",
"--vscode-editorCodeLens-fontSize",
"--vscode-editorCodeLens-lineHeight",
"--vscode-explorer-align-offset-margin-left",
"--vscode-interactive-result-editor-background-color",
"--vscode-repl-font-family",
"--vscode-repl-font-size-for-twistie",
"--vscode-repl-font-size",
"--vscode-repl-line-height",
"--vscode-sash-hover-size",
"--vscode-sash-size",
"--window-border-color",
"--workspace-trust-check-color",
"--workspace-trust-selected-color",
"--workspace-trust-unselected-color",
"--workspace-trust-x-color",
"--z-index-notebook-cell-bottom-toolbar-container",
"--z-index-notebook-cell-editor-outline",
"--z-index-notebook-cell-expand-part-button",
"--z-index-notebook-cell-output-toolbar",
"--z-index-notebook-cell-status",
"--z-index-notebook-cell-toolbar-dropdown-active",
"--z-index-notebook-cell-toolbar",
"--z-index-notebook-folding-indicator",
"--z-index-notebook-input-collapse-condicon",
"--z-index-notebook-list-insertion-indicator",
"--z-index-notebook-output",
"--z-index-notebook-progress-bar",
"--z-index-notebook-scrollbar",
"--z-index-run-button-container",
"--zoom-factor"
]
}