Skip to content

Commit bb38711

Browse files
authored
Missing colors (microsoft#259113)
1 parent 6724a5f commit bb38711

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"--vscode-charts-yellow",
5353
"--vscode-chat-avatarBackground",
5454
"--vscode-chat-avatarForeground",
55+
"--vscode-chat-checkpointSeparator",
5556
"--vscode-chat-editedFileForeground",
57+
"--vscode-chat-linesAddedForeground",
58+
"--vscode-chat-linesRemovedForeground",
5659
"--vscode-chat-requestBackground",
5760
"--vscode-chat-requestBorder",
5861
"--vscode-chat-requestBubbleBackground",
5962
"--vscode-chat-requestBubbleHoverBackground",
60-
"--vscode-chat-checkpointSeparator",
6163
"--vscode-chat-requestCodeBorder",
6264
"--vscode-chat-slashCommandBackground",
6365
"--vscode-chat-slashCommandForeground",
64-
"--vscode-chat-linesAddedForeground",
65-
"--vscode-chat-linesRemovedForeground",
6666
"--vscode-checkbox-background",
6767
"--vscode-checkbox-border",
6868
"--vscode-checkbox-disabled-background",
@@ -322,9 +322,9 @@
322322
"--vscode-editorPane-background",
323323
"--vscode-editorRuler-foreground",
324324
"--vscode-editorStickyScroll-background",
325-
"--vscode-editorStickyScrollGutter-background",
326325
"--vscode-editorStickyScroll-border",
327326
"--vscode-editorStickyScroll-shadow",
327+
"--vscode-editorStickyScrollGutter-background",
328328
"--vscode-editorStickyScrollHover-background",
329329
"--vscode-editorSuggestWidget-background",
330330
"--vscode-editorSuggestWidget-border",
@@ -807,6 +807,8 @@
807807
"--vscode-terminalSymbolIcon-methodForeground",
808808
"--vscode-terminalSymbolIcon-optionForeground",
809809
"--vscode-terminalSymbolIcon-optionValueForeground",
810+
"--vscode-terminalSymbolIcon-symbolicLinkFileForeground",
811+
"--vscode-terminalSymbolIcon-symbolicLinkFolderForeground",
810812
"--vscode-testing-coverCountBadgeBackground",
811813
"--vscode-testing-coverCountBadgeForeground",
812814
"--vscode-testing-coveredBackground",
@@ -963,4 +965,4 @@
963965
"--animation-opacity",
964966
"--chat-setup-dialog-glow-angle"
965967
]
966-
}
968+
}

0 commit comments

Comments
 (0)