Skip to content

Commit 497585d

Browse files
authored
chore: add new known variables (microsoft#209456)
1 parent 5c3e652 commit 497585d

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"--vscode-activityBar-inactiveForeground",
1212
"--vscode-activityBarBadge-background",
1313
"--vscode-activityBarBadge-foreground",
14+
"--vscode-activityBarTop-activeBackground",
1415
"--vscode-activityBarTop-activeBorder",
16+
"--vscode-activityBarTop-background",
1517
"--vscode-activityBarTop-dropBorder",
1618
"--vscode-activityBarTop-foreground",
1719
"--vscode-activityBarTop-inactiveForeground",
18-
"--vscode-activityBarTop-background",
19-
"--vscode-activityBarTop-activeBackground",
2020
"--vscode-badge-background",
2121
"--vscode-badge-foreground",
2222
"--vscode-banner-background",
@@ -49,7 +49,6 @@
4949
"--vscode-chat-requestBorder",
5050
"--vscode-chat-slashCommandBackground",
5151
"--vscode-chat-slashCommandForeground",
52-
"--vscode-chat-list-background",
5352
"--vscode-checkbox-background",
5453
"--vscode-checkbox-border",
5554
"--vscode-checkbox-foreground",
@@ -262,6 +261,10 @@
262261
"--vscode-editorMarkerNavigationInfo-headerBackground",
263262
"--vscode-editorMarkerNavigationWarning-background",
264263
"--vscode-editorMarkerNavigationWarning-headerBackground",
264+
"--vscode-editorMultiCursor-primary-background",
265+
"--vscode-editorMultiCursor-primary-foreground",
266+
"--vscode-editorMultiCursor-secondary-background",
267+
"--vscode-editorMultiCursor-secondary-foreground",
265268
"--vscode-editorOverviewRuler-addedForeground",
266269
"--vscode-editorOverviewRuler-background",
267270
"--vscode-editorOverviewRuler-border",
@@ -558,11 +561,11 @@
558561
"--vscode-sideBar-border",
559562
"--vscode-sideBar-dropBackground",
560563
"--vscode-sideBar-foreground",
564+
"--vscode-sideBarActivityBarTop-border",
561565
"--vscode-sideBarSectionHeader-background",
562566
"--vscode-sideBarSectionHeader-border",
563567
"--vscode-sideBarSectionHeader-foreground",
564568
"--vscode-sideBarTitle-foreground",
565-
"--vscode-sideBarActivityBarTop-border",
566569
"--vscode-sideBySideEditor-horizontalBorder",
567570
"--vscode-sideBySideEditor-verticalBorder",
568571
"--vscode-simpleFindWidget-sashBorder",
@@ -703,11 +706,17 @@
703706
"--vscode-testing-coveredBorder",
704707
"--vscode-testing-coveredGutterBackground",
705708
"--vscode-testing-iconErrored",
709+
"--vscode-testing-iconErrored-retired",
706710
"--vscode-testing-iconFailed",
711+
"--vscode-testing-iconFailed-retired",
707712
"--vscode-testing-iconPassed",
713+
"--vscode-testing-iconPassed-retired",
708714
"--vscode-testing-iconQueued",
715+
"--vscode-testing-iconQueued-retired",
709716
"--vscode-testing-iconSkipped",
717+
"--vscode-testing-iconSkipped-retired",
710718
"--vscode-testing-iconUnset",
719+
"--vscode-testing-iconUnset-retired",
711720
"--vscode-testing-message-error-decorationForeground",
712721
"--vscode-testing-message-error-lineBackground",
713722
"--vscode-testing-message-info-decorationForeground",
@@ -721,8 +730,6 @@
721730
"--vscode-testing-uncoveredBorder",
722731
"--vscode-testing-uncoveredBranchBackground",
723732
"--vscode-testing-uncoveredGutterBackground",
724-
"--vscode-testing-uncoveredGutterBackground",
725-
"--vscode-testing-coverage-lineHeight",
726733
"--vscode-textBlockQuote-background",
727734
"--vscode-textBlockQuote-border",
728735
"--vscode-textCodeBlock-background",
@@ -786,6 +793,7 @@
786793
"--testMessageDecorationFontFamily",
787794
"--testMessageDecorationFontSize",
788795
"--title-border-bottom-color",
796+
"--vscode-chat-list-background",
789797
"--vscode-editorCodeLens-fontFamily",
790798
"--vscode-editorCodeLens-fontFamilyDefault",
791799
"--vscode-editorCodeLens-fontFeatureSettings",
@@ -807,6 +815,7 @@
807815
"--vscode-repl-line-height",
808816
"--vscode-sash-hover-size",
809817
"--vscode-sash-size",
818+
"--vscode-testing-coverage-lineHeight",
810819
"--vscode-editorStickyScroll-scrollableWidth",
811820
"--vscode-editorStickyScroll-foldingOpacityTransition",
812821
"--window-border-color",

0 commit comments

Comments
 (0)