fix: Improve tab inactive foreground contrast

close: #94
This commit is contained in:
Mattia Astorino 2017-09-27 18:51:58 +02:00
parent 605b8bf92b
commit c3d0b82921
4 changed files with 4 additions and 4 deletions

View file

@ -714,7 +714,7 @@
"tab.activeBorder": "{{commons.accents.Teal}}", "tab.activeBorder": "{{commons.accents.Teal}}",
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}", "tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}", "tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}", "tab.inactiveForeground": "{{variant.scheme.sidebarForeground}}",
"tab.inactiveBackground": "{{variant.scheme.background}}", "tab.inactiveBackground": "{{variant.scheme.background}}",
"tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}", "tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}",
"tab.border": "{{variant.scheme.background}}", "tab.border": "{{variant.scheme.background}}",

View file

@ -714,7 +714,7 @@
"tab.activeBorder": "#80CBC4", "tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#4A4A4A", "tab.unfocusedActiveBorder": "#4A4A4A",
"tab.activeForeground": "#FFFFFF", "tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A", "tab.inactiveForeground": "#616161",
"tab.inactiveBackground": "#212121", "tab.inactiveBackground": "#212121",
"tab.unfocusedActiveForeground": "#EEFFFF", "tab.unfocusedActiveForeground": "#EEFFFF",
"tab.border": "#212121", "tab.border": "#212121",

File diff suppressed because one or more lines are too long

View file

@ -714,7 +714,7 @@
"tab.activeBorder": "#80CBC4", "tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#90A4AE90", "tab.unfocusedActiveBorder": "#90A4AE90",
"tab.activeForeground": "#000000", "tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90", "tab.inactiveForeground": "#7E939E",
"tab.inactiveBackground": "#FAFAFA", "tab.inactiveBackground": "#FAFAFA",
"tab.unfocusedActiveForeground": "#90A4AE", "tab.unfocusedActiveForeground": "#90A4AE",
"tab.border": "#FAFAFA", "tab.border": "#FAFAFA",