chore: Fix statusbar foreground color on Lighter

Close #22
This commit is contained in:
Mattia Astorino 2017-05-16 23:18:00 +02:00
parent dd50b78162
commit eb4f886ab2
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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