diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 53140ba..d01c81b 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -695,8 +695,9 @@ "editorIndentGuide.background": "{{variant.scheme.guides}}", "editorGroupHeader.tabsBackground": "{{variant.scheme.background}}", "editorGroup.border": "{{variant.scheme.shadow}}", - "tab.inactiveBackground": "{{variant.scheme.background}}", + "tab.activeForeground": "{{variant.scheme.foreground}}", "tab.inactiveForeground": "{{variant.scheme.comments}}", + "tab.inactiveBackground": "{{variant.scheme.background}}", "tab.border": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index a5fd664..f2ba4d1 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -695,8 +695,9 @@ "editorIndentGuide.background": "#42424270", "editorGroupHeader.tabsBackground": "#212121", "editorGroup.border": "#00000030", - "tab.inactiveBackground": "#212121", + "tab.activeForeground": "#EEFFFF", "tab.inactiveForeground": "#4A4A4A", + "tab.inactiveBackground": "#212121", "tab.border": "#212121", "statusBar.background": "#212121", "statusBar.noFolderBackground": "#212121", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 434e718..6ac5f86 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -695,8 +695,9 @@ "editorIndentGuide.background": "#37474F80", "editorGroupHeader.tabsBackground": "#263238", "editorGroup.border": "#00000030", - "tab.inactiveBackground": "#263238", + "tab.activeForeground": "#EEFFFF", "tab.inactiveForeground": "#546E7A", + "tab.inactiveBackground": "#263238", "tab.border": "#263238", "statusBar.background": "#263238", "statusBar.noFolderBackground": "#263238", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index 24da836..80af78e 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -695,8 +695,9 @@ "editorIndentGuide.background": "#B0BEC570", "editorGroupHeader.tabsBackground": "#FAFAFA", "editorGroup.border": "#00000020", - "tab.inactiveBackground": "#FAFAFA", + "tab.activeForeground": "#90A4AE", "tab.inactiveForeground": "#90A4AE90", + "tab.inactiveBackground": "#FAFAFA", "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 805df70..80d1e79 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -695,8 +695,9 @@ "editorIndentGuide.background": "#4E557980", "editorGroupHeader.tabsBackground": "#292D3E", "editorGroup.border": "#00000030", - "tab.inactiveBackground": "#292D3E", + "tab.activeForeground": "#A6ACCD", "tab.inactiveForeground": "#676E95", + "tab.inactiveBackground": "#292D3E", "tab.border": "#292D3E", "statusBar.background": "#292D3E", "statusBar.noFolderBackground": "#292D3E",