From d0a7cbc05d7ac961516d0ae752581f5260f75245 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 6 May 2017 10:33:07 +0200 Subject: [PATCH] fix: Fix statusbar background when no project opened Fix #27 --- src/themes/theme-template-color-theme.json | 1 + themes/Material-Theme-Darker.json | 1 + themes/Material-Theme-Default.json | 1 + themes/Material-Theme-Lighter.json | 1 + themes/Material-Theme-Palenight.json | 1 + 5 files changed, 5 insertions(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 9664c60..dc12696 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -679,6 +679,7 @@ "tab.inactiveForeground": "{{variant.scheme.comments}}", "tab.border": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}", + "statusBar.noFolderBackground": "{{variant.scheme.background}}", "statusBar.foreground": "{{variant.scheme.comments}}", "activityBar.background": "{{variant.scheme.background}}", "activityBar.foreground": "{{variant.scheme.foreground}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 864e72f..b29e1d4 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -679,6 +679,7 @@ "tab.inactiveForeground": "#4A4A4A", "tab.border": "#212121", "statusBar.background": "#212121", + "statusBar.noFolderBackground": "#212121", "statusBar.foreground": "#4A4A4A", "activityBar.background": "#212121", "activityBar.foreground": "#EEFFFF", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 58bb60b..d83d591 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -679,6 +679,7 @@ "tab.inactiveForeground": "#546E7A", "tab.border": "#263238", "statusBar.background": "#263238", + "statusBar.noFolderBackground": "#263238", "statusBar.foreground": "#546E7A", "activityBar.background": "#263238", "activityBar.foreground": "#EEFFFF", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index da79452..e96eb14 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -679,6 +679,7 @@ "tab.inactiveForeground": "#CCD7DA", "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", + "statusBar.noFolderBackground": "#FAFAFA", "statusBar.foreground": "#CCD7DA", "activityBar.background": "#FAFAFA", "activityBar.foreground": "#90A4AE", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 500759a..e61cbea 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -679,6 +679,7 @@ "tab.inactiveForeground": "#676E95", "tab.border": "#292D3E", "statusBar.background": "#292D3E", + "statusBar.noFolderBackground": "#292D3E", "statusBar.foreground": "#676E95", "activityBar.background": "#292D3E", "activityBar.foreground": "#A6ACCD",