diff --git a/src/themes/settings/specific/darker-hc.json b/src/themes/settings/specific/darker-hc.json index f8c3e08..120a3f9 100644 --- a/src/themes/settings/specific/darker-hc.json +++ b/src/themes/settings/specific/darker-hc.json @@ -26,6 +26,7 @@ "statusbarForeground": "#616161", "listHoverForeground": "#FFFFFF", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index 9bb7181..7c1e6c9 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#212121", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/default-hc.json b/src/themes/settings/specific/default-hc.json index d3035ea..013fae0 100644 --- a/src/themes/settings/specific/default-hc.json +++ b/src/themes/settings/specific/default-hc.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#263238", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/default.json b/src/themes/settings/specific/default.json index 9042608..cee0445 100644 --- a/src/themes/settings/specific/default.json +++ b/src/themes/settings/specific/default.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#263238", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/lighter-hc.json b/src/themes/settings/specific/lighter-hc.json index 1273e3f..09e31c4 100644 --- a/src/themes/settings/specific/lighter-hc.json +++ b/src/themes/settings/specific/lighter-hc.json @@ -28,6 +28,7 @@ "listHoverForeground": "#B1C7D3", "listHoverBackground": "#FAFAFA", "tabActiveForeground": "#000000", + "inactiveSelectionBackground": "#CCD7DA50", "base": { "white": "#FFFFFF", "black": "#000000", diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index 379617c..0e694dc 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -28,6 +28,7 @@ "listHoverForeground": "#B1C7D3", "listHoverBackground": "#FAFAFA", "tabActiveForeground": "#000000", + "inactiveSelectionBackground": "#CCD7DA50", "base": { "white": "#FFFFFF", "black": "#000000", diff --git a/src/themes/settings/specific/ocean-hc.json b/src/themes/settings/specific/ocean-hc.json index 068caf0..cb47930 100644 --- a/src/themes/settings/specific/ocean-hc.json +++ b/src/themes/settings/specific/ocean-hc.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#292D3E", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index afe91d3..522bf0d 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#292D3E", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/palenight-hc.json b/src/themes/settings/specific/palenight-hc.json index 72d3922..5a99295 100644 --- a/src/themes/settings/specific/palenight-hc.json +++ b/src/themes/settings/specific/palenight-hc.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#292D3E", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index f60b56c..867a080 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -28,6 +28,7 @@ "listHoverForeground": "#FFFFFF", "listHoverBackground": "#292D3E", "tabActiveForeground": "#FFFFFF", + "inactiveSelectionBackground": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 4033093..b136647 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -756,7 +756,7 @@ "list.activeSelectionBackground": "{{variant.scheme.backgroundAlt}}", "list.activeSelectionForeground": "{{commons.accents.Teal}}", "list.inactiveSelectionForeground": "{{commons.accents.Teal}}", - "list.inactiveSelectionBackground": "#00000030", + "list.inactiveSelectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", "list.focusBackground": "{{variant.scheme.foreground}}20", "list.focusForeground": "{{variant.scheme.foreground}}", "list.highlightForeground": "{{commons.accents.Teal}}",