Missing colors (#259113)

This commit is contained in:
Osvaldo Ortega 2025-07-31 17:56:40 -07:00 committed by GitHub
parent 6724a5fb36
commit bb387118e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -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",