fix: Fix inactive group inactive tab foreground

Close #47
This commit is contained in:
Mattia Astorino 2017-05-19 19:49:57 +02:00
parent d2dc180b93
commit 2d52311a8b
5 changed files with 10 additions and 5 deletions

View file

@ -695,8 +695,9 @@
"editorIndentGuide.background": "{{variant.scheme.guides}}", "editorIndentGuide.background": "{{variant.scheme.guides}}",
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}", "editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
"editorGroup.border": "{{variant.scheme.shadow}}", "editorGroup.border": "{{variant.scheme.shadow}}",
"tab.inactiveBackground": "{{variant.scheme.background}}", "tab.activeForeground": "{{variant.scheme.foreground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}", "tab.inactiveForeground": "{{variant.scheme.comments}}",
"tab.inactiveBackground": "{{variant.scheme.background}}",
"tab.border": "{{variant.scheme.background}}", "tab.border": "{{variant.scheme.background}}",
"statusBar.background": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}",
"statusBar.noFolderBackground": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}",

View file

@ -695,8 +695,9 @@
"editorIndentGuide.background": "#42424270", "editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121", "editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"tab.inactiveBackground": "#212121", "tab.activeForeground": "#EEFFFF",
"tab.inactiveForeground": "#4A4A4A", "tab.inactiveForeground": "#4A4A4A",
"tab.inactiveBackground": "#212121",
"tab.border": "#212121", "tab.border": "#212121",
"statusBar.background": "#212121", "statusBar.background": "#212121",
"statusBar.noFolderBackground": "#212121", "statusBar.noFolderBackground": "#212121",

View file

@ -695,8 +695,9 @@
"editorIndentGuide.background": "#37474F80", "editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238", "editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"tab.inactiveBackground": "#263238", "tab.activeForeground": "#EEFFFF",
"tab.inactiveForeground": "#546E7A", "tab.inactiveForeground": "#546E7A",
"tab.inactiveBackground": "#263238",
"tab.border": "#263238", "tab.border": "#263238",
"statusBar.background": "#263238", "statusBar.background": "#263238",
"statusBar.noFolderBackground": "#263238", "statusBar.noFolderBackground": "#263238",

View file

@ -695,8 +695,9 @@
"editorIndentGuide.background": "#B0BEC570", "editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA", "editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020", "editorGroup.border": "#00000020",
"tab.inactiveBackground": "#FAFAFA", "tab.activeForeground": "#90A4AE",
"tab.inactiveForeground": "#90A4AE90", "tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA",
"tab.border": "#FAFAFA", "tab.border": "#FAFAFA",
"statusBar.background": "#FAFAFA", "statusBar.background": "#FAFAFA",
"statusBar.noFolderBackground": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA",

View file

@ -695,8 +695,9 @@
"editorIndentGuide.background": "#4E557980", "editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E", "editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"tab.inactiveBackground": "#292D3E", "tab.activeForeground": "#A6ACCD",
"tab.inactiveForeground": "#676E95", "tab.inactiveForeground": "#676E95",
"tab.inactiveBackground": "#292D3E",
"tab.border": "#292D3E", "tab.border": "#292D3E",
"statusBar.background": "#292D3E", "statusBar.background": "#292D3E",
"statusBar.noFolderBackground": "#292D3E", "statusBar.noFolderBackground": "#292D3E",