From c177e463342184a60ea5e7fc2b6f671acbf9135e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 16 May 2017 22:48:17 +0200 Subject: [PATCH] fix: Fix notification bar foreground on Lighter Close #34 --- src/themes/settings/specific/lighter.json | 4 ++-- src/themes/settings/specific/palenight.json | 2 +- src/themes/theme-template-color-theme.json | 2 +- themes/Material-Theme-Darker.json | 2 +- themes/Material-Theme-Default.json | 2 +- themes/Material-Theme-Lighter.json | 22 ++++++++++----------- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index 2c6fe6b..fe2646d 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -3,7 +3,7 @@ "name": "Material-Theme-Lighter", "scheme": { "background": "#FAFAFA", - "comments": "#CCD7DA", + "comments": "#90A4AE90", "caret": "#272727", "findHighlight": "#FFCC00", "foreground": "#90A4AE", @@ -13,7 +13,7 @@ "invisibles": "#E7EAEC", "lineHighlight": "#CCD7DA", "selection": "#80CBC440", - "shadow": "#00000030", + "shadow": "#00000020", "inputBackground": "#00000005", "inputForeground": "#90A4AE", "inputBorder": "#00000010", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index 09c6dde..00a1e82 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -18,7 +18,7 @@ "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", - "scrollbarsHover": "#00000030", + "scrollbarsHover": "#00000030" "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index cb9eed6..37551f6 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -746,7 +746,7 @@ "diffEditor.insertedTextBackground": "{{variant.scheme.base.green}}15", "diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20", "notification.background": "{{variant.scheme.background}}", - "notification.foreground": "{{variant.scheme.base.white}}", + "notification.foreground": "{{variant.scheme.foreground}}", "badge.background": "{{variant.scheme.lineHighlight}}30", "badge.foreground": "{{variant.scheme.comments}}" } diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index dd8fa0e..007ce83 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -746,7 +746,7 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#212121", - "notification.foreground": "#ffffff", + "notification.foreground": "#EEFFFF", "badge.background": "#00000030", "badge.foreground": "#4A4A4A" } diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 7c9a832..e805953 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -746,7 +746,7 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#263238", - "notification.foreground": "#ffffff", + "notification.foreground": "#EEFFFF", "badge.background": "#00000030", "badge.foreground": "#546E7A" } diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index b497375..e1e64d8 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -15,7 +15,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#CCD7DA" + "foreground": "#90A4AE90" } }, { @@ -682,21 +682,21 @@ "editorHoverWidget.background": "#FAFAFA", "editorIndentGuide.background": "#B0BEC570", "editorGroupHeader.tabsBackground": "#FAFAFA", - "editorGroup.border": "#00000030", + "editorGroup.border": "#00000020", "tab.inactiveBackground": "#FAFAFA", - "tab.inactiveForeground": "#CCD7DA", + "tab.inactiveForeground": "#90A4AE90", "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA", - "statusBar.foreground": "#CCD7DA", + "statusBar.foreground": "#90A4AE90", "activityBar.background": "#FAFAFA", "activityBar.foreground": "#90A4AE", "activityBarBadge.background": "#80CBC4", "activityBarBadge.foreground": "#000000", "titleBar.activeBackground": "#FAFAFA", - "titleBar.activeForeground": "#CCD7DA", + "titleBar.activeForeground": "#90A4AE90", "titleBar.inactiveBackground": "#FAFAFA", - "titleBar.inactiveForeground": "#CCD7DA", + "titleBar.inactiveForeground": "#90A4AE90", "sideBar.background": "#FAFAFA", "sideBarTitle.foreground": "#90A4AE", "sideBarSectionHeader.background": "#FAFAFA", @@ -716,7 +716,7 @@ "list.highlightForeground": "#80CBC4", "list.focusBackground": "#CFD8DC", "terminal.ansiWhite": "#FFFFFF", - "terminal.ansiBlack": "#CCD7DA", + "terminal.ansiBlack": "#90A4AE90", "terminal.ansiBlue": "#6182B8", "terminal.ansiCyan": "#39ADB5", "terminal.ansiGreen": "#91B859", @@ -724,7 +724,7 @@ "terminal.ansiRed": "#E53935", "terminal.ansiYellow": "#FFB62C", "terminal.ansiBrightWhite": "#FFFFFF", - "terminal.ansiBrightBlack": "#CCD7DA", + "terminal.ansiBrightBlack": "#90A4AE90", "terminal.ansiBrightBlue": "#6182B8", "terminal.ansiBrightCyan": "#39ADB5", "terminal.ansiBrightGreen": "#91B859", @@ -739,15 +739,15 @@ "editorSuggestWidget.highlightForeground": "#80CBC4", "editorSuggestWidget.selectedBackground": "#CCD7DA50", "editorSuggestWidget.border": "#00000010", - "widget.shadow": "#00000030", + "widget.shadow": "#00000020", "editorWidget.background": "#FAFAFA", "panel.border": "#FAFAFA", "panelTitle.activeForeground": "#90A4AE", "diffEditor.insertedTextBackground": "#91B85915", "diffEditor.removedTextBackground": "#E5393520", "notification.background": "#FAFAFA", - "notification.foreground": "#FFFFFF", + "notification.foreground": "#90A4AE", "badge.background": "#CCD7DA30", - "badge.foreground": "#CCD7DA" + "badge.foreground": "#90A4AE90" } } \ No newline at end of file