From eb4f886ab2c786d59f5b186bc2b4de8d940c15ab Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 16 May 2017 23:18:00 +0200 Subject: [PATCH] chore: Fix statusbar foreground color on Lighter Close #22 --- 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 | 2 +- themes/Material-Theme-Palenight.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index d947d3d..6273651 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -689,7 +689,7 @@ "tab.border": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}", - "statusBar.foreground": "{{variant.scheme.comments}}", + "statusBar.foreground": "{{variant.scheme.foreground}}", "activityBar.background": "{{variant.scheme.background}}", "activityBar.foreground": "{{variant.scheme.foreground}}", "activityBarBadge.background": "{{commons.accents.teal}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index cb2c149..d730539 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -689,7 +689,7 @@ "tab.border": "#212121", "statusBar.background": "#212121", "statusBar.noFolderBackground": "#212121", - "statusBar.foreground": "#4A4A4A", + "statusBar.foreground": "#EEFFFF", "activityBar.background": "#212121", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 8620b30..6ffc636 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -689,7 +689,7 @@ "tab.border": "#263238", "statusBar.background": "#263238", "statusBar.noFolderBackground": "#263238", - "statusBar.foreground": "#546E7A", + "statusBar.foreground": "#EEFFFF", "activityBar.background": "#263238", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index f3ea59b..54ce5ad 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -689,7 +689,7 @@ "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA", - "statusBar.foreground": "#90A4AE90", + "statusBar.foreground": "#90A4AE", "activityBar.background": "#FAFAFA", "activityBar.foreground": "#90A4AE", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 8989208..d1847c5 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -689,7 +689,7 @@ "tab.border": "#292D3E", "statusBar.background": "#292D3E", "statusBar.noFolderBackground": "#292D3E", - "statusBar.foreground": "#676E95", + "statusBar.foreground": "#A6ACCD", "activityBar.background": "#292D3E", "activityBar.foreground": "#A6ACCD", "activityBarBadge.background": "#80CBC4",