diff --git a/extensions/theme-abyss/themes/abyss-color-theme.json b/extensions/theme-abyss/themes/abyss-color-theme.json index 2a83d26cd95..aec2495fd14 100644 --- a/extensions/theme-abyss/themes/abyss-color-theme.json +++ b/extensions/theme-abyss/themes/abyss-color-theme.json @@ -399,7 +399,7 @@ "debugExceptionWidget.border": "#AB395B", // Workbench: Notifications - "notification.background": "#051336", + "notification.background": "#182543", // "notification.foreground": "", // Workbench: Quick Open diff --git a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json index 19589afca4c..f98364ce67d 100644 --- a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json +++ b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json @@ -26,7 +26,7 @@ "statusBar.noFolderBackground": "#423523", "activityBar.background": "#221a0f", "activityBar.foreground": "#d3af86", - "activityBarBadge.background": "#765e3e", + "activityBarBadge.background": "#7f5d38", "sideBar.background": "#362712", "editor.lineHighlightBackground": "#5e452b", "editorCursor.foreground": "#d3af86", @@ -37,7 +37,13 @@ "peekViewEditor.background": "#221a14", "peekViewEditor.matchHighlightBackground": "#84613daa", "notification.background": "#473a29", - "button.background": "#6e583b" + "button.background": "#6e583b", + "inputValidation.infoBorder": "#1b60a5", + "inputValidation.infoBackground": "#2b2a42", + "inputValidation.warningBackground": "#51412c", + // "inputValidation.warningBorder": "#5B7E7A", + "inputValidation.errorBackground": "#5f0d0d", + "inputValidation.errorBorder": "#9d2f23" }, "tokenColors": [ { diff --git a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json index b847fc95dce..4b598c44ec0 100644 --- a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json +++ b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json @@ -6,9 +6,8 @@ "list.focusBackground": "#425370", "list.inactiveSelectionBackground": "#23324e", "list.hoverBackground": "#005070", - "list.dropBackground": "#505590", "list.highlightForeground": "#e58520", - "button.background": "#5088a3", + "button.background": "#1e4456", "editor.background": "#202025", "editor.foreground": "#c5c8c6", "editor.selectionBackground": "#373b41", @@ -17,9 +16,10 @@ "editorWhitespace.foreground": "#383880", "editorIndentGuide.background": "#505037", "editorGroupHeader.tabsBackground": "#222228", - // "tab.activeBackground": "#272738", + "editorGroup.background": "#1a1a1e", "tab.inactiveBackground": "#333340", "tab.border": "#000030", + "peekView.border": "#3655b5", "panelTitle.activeForeground": "#ddffff", "statusBar.background": "#354550", "statusBar.debuggingBackground": "#354550", @@ -30,7 +30,7 @@ "activityBarBadge.background": "#3655b5", "sideBar.background": "#232327", "sideBarSectionHeader.background": "#424250", - "notification.foreground": "#ffe0ff", + "notification.background": "#292935", "pickerGroup.foreground": "#77a5b0", "terminal.ansiWhite": "#ddffff" }, diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index 6abbf60dddb..9e065fef1d6 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -460,6 +460,7 @@ "list.focusBackground": "#CADEB9", "list.activeSelectionBackground": "#c4d9b1", "list.inactiveSelectionBackground": "#d3dbcd", + "list.highlightForeground": "#9769dc", "editor.background": "#F5F5F5", "editorWhitespace.foreground": "#AAAAAA", "editor.lineHighlightBackground": "#E4F6D4", @@ -477,6 +478,7 @@ "peekViewTitle.background": "#F2F8FC", "peekViewEditor.background": "#F2F8FC", "peekViewResult.background": "#F2F8FC", + "peekView.border": "#705697", "peekViewResult.matchHighlightBackground": "#93C6D6", "statusBar.background": "#705697", "statusBar.noFolderBackground": "#705697", @@ -486,6 +488,13 @@ "activityBarBadge.background": "#705697", "titleBar.activeBackground": "#c4b7d7", "button.background": "#705697", - "notification.background": "#442e66" + "notification.background": "#442e66", + "editorGroup.dropBackground": "#C9D0D988", + "inputValidation.infoBorder": "#4ec1e5", + "inputValidation.infoBackground": "#f2fcff", + "inputValidation.warningBackground": "#fffee2", + "inputValidation.warningBorder": "#ffe055", + "inputValidation.errorBackground": "#ffeaea", + "inputValidation.errorBorder": "#f1897f" } } \ No newline at end of file diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 75bffa97546..9db55816d80 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -15,6 +15,7 @@ // editor "editor.background": "#390000", "editorGroup.border": "#ff666633", + "editorGroup.background": "#1c0101", "editorCursor.foreground": "#970000", "editor.foreground": "#F8F8F8", "editorWhitespace.foreground": "#c10000", diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 9d5e9c8fe38..75862dc7088 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -306,12 +306,12 @@ // "input.border": "", "inputOption.activeBorder": "#2AA19899", - "inputValidation.infoBorder": "#384078", - "inputValidation.infoBackground": "#051336", - "inputValidation.warningBackground": "#5B7E7A", - "inputValidation.warningBorder": "#5B7E7A", - "inputValidation.errorBackground": "#A22D44", - "inputValidation.errorBorder": "#AB395B", + "inputValidation.infoBorder": "#363b5f", + "inputValidation.infoBackground": "#052730", + "inputValidation.warningBackground": "#5d5938", + "inputValidation.warningBorder": "#9d8a5e", + "inputValidation.errorBackground": "#571b26", + "inputValidation.errorBorder": "#a92049", "dropdown.background": "#00212B", "dropdown.border": "#2AA19899", @@ -326,7 +326,7 @@ "list.hoverBackground": "#004454AA", "list.inactiveSelectionBackground": "#00445488", "list.dropBackground": "#00445488", - "list.highlightForeground": "#047aa6", + "list.highlightForeground": "#1ebcc5", // "scrollbar.shadow": "", // "scrollbarSlider.activeBackground": "", @@ -397,7 +397,7 @@ // "editorGroupHeader.noTabsBackground": "", "editorGroup.border": "#00212B", "editorGroup.background": "#011b23", - "editorGroup.dropBackground": "#00212BAA", + "editorGroup.dropBackground": "#2AA19844", "editorGroupHeader.tabsBackground": "#004052", // Workbench: Tabs