11
11
" --vscode-activityBar-inactiveForeground" ,
12
12
" --vscode-activityBarBadge-background" ,
13
13
" --vscode-activityBarBadge-foreground" ,
14
+ " --vscode-activityBarTop-activeBorder" ,
15
+ " --vscode-activityBarTop-dropBorder" ,
16
+ " --vscode-activityBarTop-foreground" ,
17
+ " --vscode-activityBarTop-inactiveForeground" ,
14
18
" --vscode-badge-background" ,
15
19
" --vscode-badge-foreground" ,
16
20
" --vscode-banner-background" ,
42
46
" --vscode-chat-requestBorder" ,
43
47
" --vscode-chat-slashCommandBackground" ,
44
48
" --vscode-chat-slashCommandForeground" ,
45
- " --vscode-chat-list-background" ,
46
49
" --vscode-checkbox-background" ,
47
50
" --vscode-checkbox-border" ,
48
51
" --vscode-checkbox-foreground" ,
268
271
" --vscode-editorOverviewRuler-findMatchForeground" ,
269
272
" --vscode-editorOverviewRuler-incomingContentForeground" ,
270
273
" --vscode-editorOverviewRuler-infoForeground" ,
274
+ " --vscode-editorOverviewRuler-inlineChatInserted" ,
275
+ " --vscode-editorOverviewRuler-inlineChatRemoved" ,
271
276
" --vscode-editorOverviewRuler-modifiedForeground" ,
272
277
" --vscode-editorOverviewRuler-rangeHighlightForeground" ,
273
278
" --vscode-editorOverviewRuler-selectionHighlightForeground" ,
347
352
" --vscode-inputValidation-warningBackground" ,
348
353
" --vscode-inputValidation-warningBorder" ,
349
354
" --vscode-inputValidation-warningForeground" ,
355
+ " --vscode-interactive-activeCodeBorder" ,
356
+ " --vscode-interactive-inactiveCodeBorder" ,
350
357
" --vscode-keybindingLabel-background" ,
351
358
" --vscode-keybindingLabel-border" ,
352
359
" --vscode-keybindingLabel-bottomBorder" ,
358
365
" --vscode-list-activeSelectionIconForeground" ,
359
366
" --vscode-list-deemphasizedForeground" ,
360
367
" --vscode-list-dropBackground" ,
368
+ " --vscode-list-dropBetweenBackground" ,
361
369
" --vscode-list-errorForeground" ,
362
370
" --vscode-list-filterMatchBackground" ,
363
371
" --vscode-list-filterMatchBorder" ,
424
432
" --vscode-minimapSlider-activeBackground" ,
425
433
" --vscode-minimapSlider-background" ,
426
434
" --vscode-minimapSlider-hoverBackground" ,
435
+ " --vscode-multiDiffEditor-background" ,
436
+ " --vscode-multiDiffEditor-border" ,
427
437
" --vscode-multiDiffEditor-headerBackground" ,
428
438
" --vscode-notebook-cellBorderColor" ,
429
439
" --vscode-notebook-cellEditorBackground" ,
462
472
" --vscode-notificationsWarningIcon-foreground" ,
463
473
" --vscode-outputView-background" ,
464
474
" --vscode-outputViewStickyScroll-background" ,
465
- " --vscode-activityBarTop-activeBorder" ,
466
- " --vscode-activityBarTop-foreground" ,
467
475
" --vscode-panel-background" ,
468
476
" --vscode-panel-border" ,
469
477
" --vscode-panel-dropBorder" ,
683
691
" --vscode-terminalOverviewRuler-findMatchForeground" ,
684
692
" --vscode-terminalStickyScroll-background" ,
685
693
" --vscode-terminalStickyScrollHover-background" ,
686
- " --vscode-testing-coverage-lineHeight" ,
687
694
" --vscode-testing-coverCountBadgeBackground" ,
688
695
" --vscode-testing-coverCountBadgeForeground" ,
689
696
" --vscode-testing-coveredBackground" ,
699
706
" --vscode-testing-message-error-lineBackground" ,
700
707
" --vscode-testing-message-info-decorationForeground" ,
701
708
" --vscode-testing-message-info-lineBackground" ,
709
+ " --vscode-testing-messagePeekBorder" ,
710
+ " --vscode-testing-messagePeekHeaderBackground" ,
702
711
" --vscode-testing-peekBorder" ,
703
712
" --vscode-testing-peekHeaderBackground" ,
704
713
" --vscode-testing-runAction" ,
705
714
" --vscode-testing-uncoveredBackground" ,
706
715
" --vscode-testing-uncoveredBorder" ,
716
+ " --vscode-testing-uncoveredBranchBackground" ,
707
717
" --vscode-testing-uncoveredGutterBackground" ,
708
718
" --vscode-textBlockQuote-background" ,
709
719
" --vscode-textBlockQuote-border" ,
736
746
" --vscode-widget-border" ,
737
747
" --vscode-widget-shadow" ,
738
748
" --vscode-window-activeBorder" ,
739
- " --vscode-window-inactiveBorder" ,
740
- " --vscode-multiDiffEditor-background" ,
741
- " --vscode-multiDiffEditor-border"
749
+ " --vscode-window-inactiveBorder"
742
750
],
743
751
"others" : [
744
752
" --background-dark" ,
815
823
" --zoom-factor" ,
816
824
" --test-bar-width"
817
825
]
818
- }
826
+ }
0 commit comments