mirror of https://github.com/microsoft/vscode.git
Missing colors (#259113)
This commit is contained in:
parent
6724a5fb36
commit
bb387118e9
|
@ -52,17 +52,17 @@
|
|||
"--vscode-charts-yellow",
|
||||
"--vscode-chat-avatarBackground",
|
||||
"--vscode-chat-avatarForeground",
|
||||
"--vscode-chat-checkpointSeparator",
|
||||
"--vscode-chat-editedFileForeground",
|
||||
"--vscode-chat-linesAddedForeground",
|
||||
"--vscode-chat-linesRemovedForeground",
|
||||
"--vscode-chat-requestBackground",
|
||||
"--vscode-chat-requestBorder",
|
||||
"--vscode-chat-requestBubbleBackground",
|
||||
"--vscode-chat-requestBubbleHoverBackground",
|
||||
"--vscode-chat-checkpointSeparator",
|
||||
"--vscode-chat-requestCodeBorder",
|
||||
"--vscode-chat-slashCommandBackground",
|
||||
"--vscode-chat-slashCommandForeground",
|
||||
"--vscode-chat-linesAddedForeground",
|
||||
"--vscode-chat-linesRemovedForeground",
|
||||
"--vscode-checkbox-background",
|
||||
"--vscode-checkbox-border",
|
||||
"--vscode-checkbox-disabled-background",
|
||||
|
@ -322,9 +322,9 @@
|
|||
"--vscode-editorPane-background",
|
||||
"--vscode-editorRuler-foreground",
|
||||
"--vscode-editorStickyScroll-background",
|
||||
"--vscode-editorStickyScrollGutter-background",
|
||||
"--vscode-editorStickyScroll-border",
|
||||
"--vscode-editorStickyScroll-shadow",
|
||||
"--vscode-editorStickyScrollGutter-background",
|
||||
"--vscode-editorStickyScrollHover-background",
|
||||
"--vscode-editorSuggestWidget-background",
|
||||
"--vscode-editorSuggestWidget-border",
|
||||
|
@ -807,6 +807,8 @@
|
|||
"--vscode-terminalSymbolIcon-methodForeground",
|
||||
"--vscode-terminalSymbolIcon-optionForeground",
|
||||
"--vscode-terminalSymbolIcon-optionValueForeground",
|
||||
"--vscode-terminalSymbolIcon-symbolicLinkFileForeground",
|
||||
"--vscode-terminalSymbolIcon-symbolicLinkFolderForeground",
|
||||
"--vscode-testing-coverCountBadgeBackground",
|
||||
"--vscode-testing-coverCountBadgeForeground",
|
||||
"--vscode-testing-coveredBackground",
|
||||
|
|
Loading…
Reference in New Issue