From f45c1a83ff0e2a29dfe447e8d12a68dcf6d4e6e6 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Thu, 5 Feb 2026 12:49:11 +0000 Subject: [PATCH] theme - update command center and widget background colors in 2026 light theme --- extensions/theme-2026/themes/2026-light.json | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/extensions/theme-2026/themes/2026-light.json b/extensions/theme-2026/themes/2026-light.json index 4c08f11ca7b..7bd6c21b5dd 100644 --- a/extensions/theme-2026/themes/2026-light.json +++ b/extensions/theme-2026/themes/2026-light.json @@ -104,7 +104,7 @@ "commandCenter.foreground": "#202020", "commandCenter.activeForeground": "#202020", "commandCenter.background": "#FAFAFD", - "commandCenter.activeBackground": "#E8ECF2", + "commandCenter.activeBackground": "#F0F0F3", "commandCenter.border": "#D8D8D8", "editor.background": "#FFFFFF", "editor.foreground": "#202020", @@ -130,26 +130,26 @@ "editorCodeLens.foreground": "#666666", "editorBracketMatch.background": "#0069CC40", "editorBracketMatch.border": "#F2F3F4FF", - "editorWidget.background": "#E8ECF2", + "editorWidget.background": "#F0F0F3", "editorWidget.border": "#F2F3F4FF", "editorWidget.foreground": "#202020", - "editorSuggestWidget.background": "#E8ECF2", + "editorSuggestWidget.background": "#F0F0F3", "editorSuggestWidget.border": "#F2F3F4FF", "editorSuggestWidget.foreground": "#202020", "editorSuggestWidget.highlightForeground": "#0069CC", "editorSuggestWidget.selectedBackground": "#0069CC26", - "editorHoverWidget.background": "#E8ECF2", + "editorHoverWidget.background": "#F0F0F3", "editorHoverWidget.border": "#F2F3F4FF", "peekView.border": "#0069CC", - "peekViewEditor.background": "#E8ECF2", + "peekViewEditor.background": "#F0F0F3", "peekViewEditor.matchHighlightBackground": "#0069CC33", - "peekViewResult.background": "#E8ECF2", + "peekViewResult.background": "#F0F0F3", "peekViewResult.fileForeground": "#202020", "peekViewResult.lineForeground": "#666666", "peekViewResult.matchHighlightBackground": "#0069CC33", "peekViewResult.selectionBackground": "#0069CC26", "peekViewResult.selectionForeground": "#202020", - "peekViewTitle.background": "#E8ECF2", + "peekViewTitle.background": "#F0F0F3", "peekViewTitleDescription.foreground": "#666666", "peekViewTitleLabel.foreground": "#202020", "editorGutter.addedBackground": "#587c0c", @@ -175,7 +175,7 @@ "statusBar.focusBorder": "#0069CCFF", "statusBar.debuggingBackground": "#0069CC", "statusBar.debuggingForeground": "#FFFFFF", - "statusBar.noFolderBackground": "#E8ECF2", + "statusBar.noFolderBackground": "#F0F0F3", "statusBar.noFolderForeground": "#666666", "statusBarItem.activeBackground": "#E6E6E6", "statusBarItem.hoverBackground": "#F7F7F7", @@ -203,13 +203,13 @@ "breadcrumb.background": "#FAFAFD", "breadcrumb.focusForeground": "#202020", "breadcrumb.activeSelectionForeground": "#202020", - "breadcrumbPicker.background": "#E8ECF2", + "breadcrumbPicker.background": "#F0F0F3", "notificationCenter.border": "#F2F3F4FF", "notificationCenterHeader.foreground": "#202020", - "notificationCenterHeader.background": "#E8ECF2", + "notificationCenterHeader.background": "#F0F0F3", "notificationToast.border": "#F2F3F4FF", "notifications.foreground": "#202020", - "notifications.background": "#E8ECF2", + "notifications.background": "#F0F0F3", "notifications.border": "#F2F3F4FF", "notificationLink.foreground": "#0069CC", "notificationsWarningIcon.foreground": "#B69500", @@ -224,7 +224,7 @@ "extensionButton.prominentHoverBackground": "#0064CC", "pickerGroup.border": "#F2F3F4FF", "pickerGroup.foreground": "#202020", - "quickInput.background": "#E8ECF2", + "quickInput.background": "#F0F0F3", "quickInput.foreground": "#202020", "quickInputList.focusBackground": "#0069CC1A", "quickInputList.focusForeground": "#202020", @@ -251,7 +251,7 @@ "gauge.errorForeground": "#ad0707", "gauge.errorBackground": "#ad070740", "statusBarItem.prominentHoverForeground": "#FFFFFF", - "quickInputTitle.background": "#E8ECF2", + "quickInputTitle.background": "#F0F0F3", "chat.requestBubbleBackground": "#EEF4FB", "chat.requestBubbleHoverBackground": "#E6EDFA", "editorCommentsWidget.rangeBackground": "#EEF4FB",