Skip to content

Commit c75fdbd

Browse files
authored
Adding colors from running scripts/test-documentation.sh (microsoft#203661)
adding colors
1 parent 2b181f1 commit c75fdbd

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

build/lib/stylelint/vscode-known-variables.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"--vscode-activityBar-inactiveForeground",
1212
"--vscode-activityBarBadge-background",
1313
"--vscode-activityBarBadge-foreground",
14+
"--vscode-activityBarTop-activeBorder",
15+
"--vscode-activityBarTop-dropBorder",
16+
"--vscode-activityBarTop-foreground",
17+
"--vscode-activityBarTop-inactiveForeground",
1418
"--vscode-badge-background",
1519
"--vscode-badge-foreground",
1620
"--vscode-banner-background",
@@ -42,7 +46,6 @@
4246
"--vscode-chat-requestBorder",
4347
"--vscode-chat-slashCommandBackground",
4448
"--vscode-chat-slashCommandForeground",
45-
"--vscode-chat-list-background",
4649
"--vscode-checkbox-background",
4750
"--vscode-checkbox-border",
4851
"--vscode-checkbox-foreground",
@@ -268,6 +271,8 @@
268271
"--vscode-editorOverviewRuler-findMatchForeground",
269272
"--vscode-editorOverviewRuler-incomingContentForeground",
270273
"--vscode-editorOverviewRuler-infoForeground",
274+
"--vscode-editorOverviewRuler-inlineChatInserted",
275+
"--vscode-editorOverviewRuler-inlineChatRemoved",
271276
"--vscode-editorOverviewRuler-modifiedForeground",
272277
"--vscode-editorOverviewRuler-rangeHighlightForeground",
273278
"--vscode-editorOverviewRuler-selectionHighlightForeground",
@@ -347,6 +352,8 @@
347352
"--vscode-inputValidation-warningBackground",
348353
"--vscode-inputValidation-warningBorder",
349354
"--vscode-inputValidation-warningForeground",
355+
"--vscode-interactive-activeCodeBorder",
356+
"--vscode-interactive-inactiveCodeBorder",
350357
"--vscode-keybindingLabel-background",
351358
"--vscode-keybindingLabel-border",
352359
"--vscode-keybindingLabel-bottomBorder",
@@ -358,6 +365,7 @@
358365
"--vscode-list-activeSelectionIconForeground",
359366
"--vscode-list-deemphasizedForeground",
360367
"--vscode-list-dropBackground",
368+
"--vscode-list-dropBetweenBackground",
361369
"--vscode-list-errorForeground",
362370
"--vscode-list-filterMatchBackground",
363371
"--vscode-list-filterMatchBorder",
@@ -424,6 +432,8 @@
424432
"--vscode-minimapSlider-activeBackground",
425433
"--vscode-minimapSlider-background",
426434
"--vscode-minimapSlider-hoverBackground",
435+
"--vscode-multiDiffEditor-background",
436+
"--vscode-multiDiffEditor-border",
427437
"--vscode-multiDiffEditor-headerBackground",
428438
"--vscode-notebook-cellBorderColor",
429439
"--vscode-notebook-cellEditorBackground",
@@ -462,8 +472,6 @@
462472
"--vscode-notificationsWarningIcon-foreground",
463473
"--vscode-outputView-background",
464474
"--vscode-outputViewStickyScroll-background",
465-
"--vscode-activityBarTop-activeBorder",
466-
"--vscode-activityBarTop-foreground",
467475
"--vscode-panel-background",
468476
"--vscode-panel-border",
469477
"--vscode-panel-dropBorder",
@@ -683,7 +691,6 @@
683691
"--vscode-terminalOverviewRuler-findMatchForeground",
684692
"--vscode-terminalStickyScroll-background",
685693
"--vscode-terminalStickyScrollHover-background",
686-
"--vscode-testing-coverage-lineHeight",
687694
"--vscode-testing-coverCountBadgeBackground",
688695
"--vscode-testing-coverCountBadgeForeground",
689696
"--vscode-testing-coveredBackground",
@@ -699,11 +706,14 @@
699706
"--vscode-testing-message-error-lineBackground",
700707
"--vscode-testing-message-info-decorationForeground",
701708
"--vscode-testing-message-info-lineBackground",
709+
"--vscode-testing-messagePeekBorder",
710+
"--vscode-testing-messagePeekHeaderBackground",
702711
"--vscode-testing-peekBorder",
703712
"--vscode-testing-peekHeaderBackground",
704713
"--vscode-testing-runAction",
705714
"--vscode-testing-uncoveredBackground",
706715
"--vscode-testing-uncoveredBorder",
716+
"--vscode-testing-uncoveredBranchBackground",
707717
"--vscode-testing-uncoveredGutterBackground",
708718
"--vscode-textBlockQuote-background",
709719
"--vscode-textBlockQuote-border",
@@ -736,9 +746,7 @@
736746
"--vscode-widget-border",
737747
"--vscode-widget-shadow",
738748
"--vscode-window-activeBorder",
739-
"--vscode-window-inactiveBorder",
740-
"--vscode-multiDiffEditor-background",
741-
"--vscode-multiDiffEditor-border"
749+
"--vscode-window-inactiveBorder"
742750
],
743751
"others": [
744752
"--background-dark",
@@ -815,4 +823,4 @@
815823
"--zoom-factor",
816824
"--test-bar-width"
817825
]
818-
}
826+
}

0 commit comments

Comments
 (0)