theme - update command center and widget background colors in 2026 light theme

This commit is contained in:
mrleemurray
2026-02-05 12:49:11 +00:00
parent e80df14308
commit f45c1a83ff

View File

@@ -104,7 +104,7 @@
"commandCenter.foreground": "#202020", "commandCenter.foreground": "#202020",
"commandCenter.activeForeground": "#202020", "commandCenter.activeForeground": "#202020",
"commandCenter.background": "#FAFAFD", "commandCenter.background": "#FAFAFD",
"commandCenter.activeBackground": "#E8ECF2", "commandCenter.activeBackground": "#F0F0F3",
"commandCenter.border": "#D8D8D8", "commandCenter.border": "#D8D8D8",
"editor.background": "#FFFFFF", "editor.background": "#FFFFFF",
"editor.foreground": "#202020", "editor.foreground": "#202020",
@@ -130,26 +130,26 @@
"editorCodeLens.foreground": "#666666", "editorCodeLens.foreground": "#666666",
"editorBracketMatch.background": "#0069CC40", "editorBracketMatch.background": "#0069CC40",
"editorBracketMatch.border": "#F2F3F4FF", "editorBracketMatch.border": "#F2F3F4FF",
"editorWidget.background": "#E8ECF2", "editorWidget.background": "#F0F0F3",
"editorWidget.border": "#F2F3F4FF", "editorWidget.border": "#F2F3F4FF",
"editorWidget.foreground": "#202020", "editorWidget.foreground": "#202020",
"editorSuggestWidget.background": "#E8ECF2", "editorSuggestWidget.background": "#F0F0F3",
"editorSuggestWidget.border": "#F2F3F4FF", "editorSuggestWidget.border": "#F2F3F4FF",
"editorSuggestWidget.foreground": "#202020", "editorSuggestWidget.foreground": "#202020",
"editorSuggestWidget.highlightForeground": "#0069CC", "editorSuggestWidget.highlightForeground": "#0069CC",
"editorSuggestWidget.selectedBackground": "#0069CC26", "editorSuggestWidget.selectedBackground": "#0069CC26",
"editorHoverWidget.background": "#E8ECF2", "editorHoverWidget.background": "#F0F0F3",
"editorHoverWidget.border": "#F2F3F4FF", "editorHoverWidget.border": "#F2F3F4FF",
"peekView.border": "#0069CC", "peekView.border": "#0069CC",
"peekViewEditor.background": "#E8ECF2", "peekViewEditor.background": "#F0F0F3",
"peekViewEditor.matchHighlightBackground": "#0069CC33", "peekViewEditor.matchHighlightBackground": "#0069CC33",
"peekViewResult.background": "#E8ECF2", "peekViewResult.background": "#F0F0F3",
"peekViewResult.fileForeground": "#202020", "peekViewResult.fileForeground": "#202020",
"peekViewResult.lineForeground": "#666666", "peekViewResult.lineForeground": "#666666",
"peekViewResult.matchHighlightBackground": "#0069CC33", "peekViewResult.matchHighlightBackground": "#0069CC33",
"peekViewResult.selectionBackground": "#0069CC26", "peekViewResult.selectionBackground": "#0069CC26",
"peekViewResult.selectionForeground": "#202020", "peekViewResult.selectionForeground": "#202020",
"peekViewTitle.background": "#E8ECF2", "peekViewTitle.background": "#F0F0F3",
"peekViewTitleDescription.foreground": "#666666", "peekViewTitleDescription.foreground": "#666666",
"peekViewTitleLabel.foreground": "#202020", "peekViewTitleLabel.foreground": "#202020",
"editorGutter.addedBackground": "#587c0c", "editorGutter.addedBackground": "#587c0c",
@@ -175,7 +175,7 @@
"statusBar.focusBorder": "#0069CCFF", "statusBar.focusBorder": "#0069CCFF",
"statusBar.debuggingBackground": "#0069CC", "statusBar.debuggingBackground": "#0069CC",
"statusBar.debuggingForeground": "#FFFFFF", "statusBar.debuggingForeground": "#FFFFFF",
"statusBar.noFolderBackground": "#E8ECF2", "statusBar.noFolderBackground": "#F0F0F3",
"statusBar.noFolderForeground": "#666666", "statusBar.noFolderForeground": "#666666",
"statusBarItem.activeBackground": "#E6E6E6", "statusBarItem.activeBackground": "#E6E6E6",
"statusBarItem.hoverBackground": "#F7F7F7", "statusBarItem.hoverBackground": "#F7F7F7",
@@ -203,13 +203,13 @@
"breadcrumb.background": "#FAFAFD", "breadcrumb.background": "#FAFAFD",
"breadcrumb.focusForeground": "#202020", "breadcrumb.focusForeground": "#202020",
"breadcrumb.activeSelectionForeground": "#202020", "breadcrumb.activeSelectionForeground": "#202020",
"breadcrumbPicker.background": "#E8ECF2", "breadcrumbPicker.background": "#F0F0F3",
"notificationCenter.border": "#F2F3F4FF", "notificationCenter.border": "#F2F3F4FF",
"notificationCenterHeader.foreground": "#202020", "notificationCenterHeader.foreground": "#202020",
"notificationCenterHeader.background": "#E8ECF2", "notificationCenterHeader.background": "#F0F0F3",
"notificationToast.border": "#F2F3F4FF", "notificationToast.border": "#F2F3F4FF",
"notifications.foreground": "#202020", "notifications.foreground": "#202020",
"notifications.background": "#E8ECF2", "notifications.background": "#F0F0F3",
"notifications.border": "#F2F3F4FF", "notifications.border": "#F2F3F4FF",
"notificationLink.foreground": "#0069CC", "notificationLink.foreground": "#0069CC",
"notificationsWarningIcon.foreground": "#B69500", "notificationsWarningIcon.foreground": "#B69500",
@@ -224,7 +224,7 @@
"extensionButton.prominentHoverBackground": "#0064CC", "extensionButton.prominentHoverBackground": "#0064CC",
"pickerGroup.border": "#F2F3F4FF", "pickerGroup.border": "#F2F3F4FF",
"pickerGroup.foreground": "#202020", "pickerGroup.foreground": "#202020",
"quickInput.background": "#E8ECF2", "quickInput.background": "#F0F0F3",
"quickInput.foreground": "#202020", "quickInput.foreground": "#202020",
"quickInputList.focusBackground": "#0069CC1A", "quickInputList.focusBackground": "#0069CC1A",
"quickInputList.focusForeground": "#202020", "quickInputList.focusForeground": "#202020",
@@ -251,7 +251,7 @@
"gauge.errorForeground": "#ad0707", "gauge.errorForeground": "#ad0707",
"gauge.errorBackground": "#ad070740", "gauge.errorBackground": "#ad070740",
"statusBarItem.prominentHoverForeground": "#FFFFFF", "statusBarItem.prominentHoverForeground": "#FFFFFF",
"quickInputTitle.background": "#E8ECF2", "quickInputTitle.background": "#F0F0F3",
"chat.requestBubbleBackground": "#EEF4FB", "chat.requestBubbleBackground": "#EEF4FB",
"chat.requestBubbleHoverBackground": "#E6EDFA", "chat.requestBubbleHoverBackground": "#E6EDFA",
"editorCommentsWidget.rangeBackground": "#EEF4FB", "editorCommentsWidget.rangeBackground": "#EEF4FB",