fix: Fix statusbar background when no project opened

Fix #27
This commit is contained in:
Mattia Astorino 2017-05-06 10:33:07 +02:00
parent 4277c7f09c
commit d0a7cbc05d
5 changed files with 5 additions and 0 deletions

View file

@ -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}}",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",