Skip to content

Commit

Permalink
chore: add new colours (microsoft#209457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Apr 3, 2024
1 parent e8e027a commit 31c538e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions build/lib/stylelint/vscode-known-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"--vscode-activityBar-inactiveForeground",
"--vscode-activityBarBadge-background",
"--vscode-activityBarBadge-foreground",
"--vscode-activityBarTop-activeBackground",
"--vscode-activityBarTop-activeBorder",
"--vscode-activityBarTop-background",
"--vscode-activityBarTop-dropBorder",
"--vscode-activityBarTop-foreground",
"--vscode-activityBarTop-inactiveForeground",
"--vscode-activityBarTop-background",
"--vscode-activityBarTop-activeBackground",
"--vscode-badge-background",
"--vscode-badge-foreground",
"--vscode-banner-background",
Expand Down Expand Up @@ -261,6 +261,10 @@
"--vscode-editorMarkerNavigationInfo-headerBackground",
"--vscode-editorMarkerNavigationWarning-background",
"--vscode-editorMarkerNavigationWarning-headerBackground",
"--vscode-editorMultiCursor-primary-background",
"--vscode-editorMultiCursor-primary-foreground",
"--vscode-editorMultiCursor-secondary-background",
"--vscode-editorMultiCursor-secondary-foreground",
"--vscode-editorOverviewRuler-addedForeground",
"--vscode-editorOverviewRuler-background",
"--vscode-editorOverviewRuler-border",
Expand Down Expand Up @@ -557,11 +561,11 @@
"--vscode-sideBar-border",
"--vscode-sideBar-dropBackground",
"--vscode-sideBar-foreground",
"--vscode-sideBarActivityBarTop-border",
"--vscode-sideBarSectionHeader-background",
"--vscode-sideBarSectionHeader-border",
"--vscode-sideBarSectionHeader-foreground",
"--vscode-sideBarTitle-foreground",
"--vscode-sideBarActivityBarTop-border",
"--vscode-sideBySideEditor-horizontalBorder",
"--vscode-sideBySideEditor-verticalBorder",
"--vscode-simpleFindWidget-sashBorder",
Expand Down Expand Up @@ -702,11 +706,17 @@
"--vscode-testing-coveredBorder",
"--vscode-testing-coveredGutterBackground",
"--vscode-testing-iconErrored",
"--vscode-testing-iconErrored-retired",
"--vscode-testing-iconFailed",
"--vscode-testing-iconFailed-retired",
"--vscode-testing-iconPassed",
"--vscode-testing-iconPassed-retired",
"--vscode-testing-iconQueued",
"--vscode-testing-iconQueued-retired",
"--vscode-testing-iconSkipped",
"--vscode-testing-iconSkipped-retired",
"--vscode-testing-iconUnset",
"--vscode-testing-iconUnset-retired",
"--vscode-testing-message-error-decorationForeground",
"--vscode-testing-message-error-lineBackground",
"--vscode-testing-message-info-decorationForeground",
Expand All @@ -720,7 +730,6 @@
"--vscode-testing-uncoveredBorder",
"--vscode-testing-uncoveredBranchBackground",
"--vscode-testing-uncoveredGutterBackground",
"--vscode-testing-uncoveredGutterBackground",
"--vscode-textBlockQuote-background",
"--vscode-textBlockQuote-border",
"--vscode-textCodeBlock-background",
Expand Down

0 comments on commit 31c538e

Please sign in to comment.