Skip to content

Commit

Permalink
fix: Improve tab inactive foreground contrast
Browse files Browse the repository at this point in the history
close: #94
  • Loading branch information
equinusocio committed Sep 27, 2017
1 parent 4b6430e commit 5ca17f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/themes/theme-template-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
"tab.activeBorder": "{{commons.accents.Teal}}",
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}",
"tab.inactiveForeground": "{{variant.scheme.sidebarForeground}}",
"tab.inactiveBackground": "{{variant.scheme.background}}",
"tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}",
"tab.border": "{{variant.scheme.background}}",
Expand Down
2 changes: 1 addition & 1 deletion themes/Material-Theme-Darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#4A4A4A",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A",
"tab.inactiveForeground": "#616161",
"tab.inactiveBackground": "#212121",
"tab.unfocusedActiveForeground": "#EEFFFF",
"tab.border": "#212121",
Expand Down
2 changes: 1 addition & 1 deletion themes/Material-Theme-Icons.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/Material-Theme-Lighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#90A4AE90",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90",
"tab.inactiveForeground": "#7E939E",
"tab.inactiveBackground": "#FAFAFA",
"tab.unfocusedActiveForeground": "#90A4AE",
"tab.border": "#FAFAFA",
Expand Down

0 comments on commit 5ca17f5

Please sign in to comment.