diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index bac80ed..8707669 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -21,7 +21,7 @@ "scrollbars": "#00000050", "scrollbarsHover": "#00000030", "statusbarForeground": "#4A4A4A", - "sidebarForeground": "#4A4A4A", + "sidebarForeground": "#616161", "listHoverForeground": "#FFFFFF", "tabActiveForeground": "#FFFFFF", "base": { diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index d996a23..1f1851f 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -700,6 +700,7 @@ "tab.activeForeground": "{{variant.scheme.tabActiveForeground}}", "tab.inactiveForeground": "{{variant.scheme.comments}}", "tab.inactiveBackground": "{{variant.scheme.background}}", + "tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}", "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 1e85df2..3ae55be 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -700,6 +700,7 @@ "tab.activeForeground": "#FFFFFF", "tab.inactiveForeground": "#4A4A4A", "tab.inactiveBackground": "#212121", + "tab.unfocusedActiveForeground": "#EEFFFF", "tab.border": "#212121", "statusBar.background": "#212121", "statusBar.noFolderBackground": "#212121", @@ -713,7 +714,7 @@ "titleBar.inactiveBackground": "#212121", "titleBar.inactiveForeground": "#4A4A4A", "sideBar.background": "#212121", - "sideBar.foreground": "#4A4A4A", + "sideBar.foreground": "#616161", "sideBarTitle.foreground": "#EEFFFF", "sideBarSectionHeader.background": "#212121", "input.background": "#FFFFFF05", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index fc1201c..11dd422 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -700,6 +700,7 @@ "tab.activeForeground": "#FFFFFF", "tab.inactiveForeground": "#546E7A", "tab.inactiveBackground": "#263238", + "tab.unfocusedActiveForeground": "#EEFFFF", "tab.border": "#263238", "statusBar.background": "#263238", "statusBar.noFolderBackground": "#263238", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index e71a3d9..19fa413 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -700,6 +700,7 @@ "tab.activeForeground": "#000000", "tab.inactiveForeground": "#90A4AE90", "tab.inactiveBackground": "#FAFAFA", + "tab.unfocusedActiveForeground": "#90A4AE", "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 4b5dca2..6ae1a68 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -700,6 +700,7 @@ "tab.activeForeground": "#FFFFFF", "tab.inactiveForeground": "#676E95", "tab.inactiveBackground": "#292D3E", + "tab.unfocusedActiveForeground": "#A6ACCD", "tab.border": "#292D3E", "statusBar.background": "#292D3E", "statusBar.noFolderBackground": "#292D3E",