diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 55e5a06..7b31948 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -727,6 +727,7 @@ "list.hoverBackground": "{{variant.scheme.background}}", "list.activeSelectionBackground": "{{variant.scheme.background}}", "list.activeSelectionForeground": "{{commons.accents.teal}}", + "list.inactiveSelectionForeground": "{{commons.accents.teal}}", "list.inactiveSelectionBackground": "{{variant.scheme.background}}", "list.focusBackground": "{{variant.scheme.foreground}}10", "list.focusForeground": "{{variant.scheme.foreground}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 5c896ec..ef7dc15 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -727,6 +727,7 @@ "list.hoverBackground": "#212121", "list.activeSelectionBackground": "#212121", "list.activeSelectionForeground": "#80CBC4", + "list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#212121", "list.focusBackground": "#EEFFFF10", "list.focusForeground": "#EEFFFF", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 0682b42..0b64751 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -727,6 +727,7 @@ "list.hoverBackground": "#263238", "list.activeSelectionBackground": "#263238", "list.activeSelectionForeground": "#80CBC4", + "list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#263238", "list.focusBackground": "#EEFFFF10", "list.focusForeground": "#EEFFFF", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index 42e4612..551514d 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -727,6 +727,7 @@ "list.hoverBackground": "#FAFAFA", "list.activeSelectionBackground": "#FAFAFA", "list.activeSelectionForeground": "#80CBC4", + "list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#FAFAFA", "list.focusBackground": "#90A4AE10", "list.focusForeground": "#90A4AE", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 2237224..9e4dbfc 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -727,6 +727,7 @@ "list.hoverBackground": "#292D3E", "list.activeSelectionBackground": "#292D3E", "list.activeSelectionForeground": "#80CBC4", + "list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#292D3E", "list.focusBackground": "#A6ACCD10", "list.focusForeground": "#A6ACCD",