diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 4dbcf81..9eeb306 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -712,7 +712,8 @@ "inputValidation.warningBorder": "{{variant.scheme.base.yellow}}", "dropdown.background": "{{variant.scheme.background}}", "dropdown.border": "{{variant.scheme.inputBorder}}", - "list.hoverBackground": "{{variant.scheme.foreground}}10", + "list.hoverForeground": "{{commons.accents.teal}}", + "list.hoverBackground": "{{variant.scheme.background}}", "list.activeSelectionBackground": "{{variant.scheme.lineHighlight}}50", "list.activeSelectionForeground": "{{commons.accents.teal}}", "list.inactiveSelectionBackground": "{{variant.scheme.lineHighlight}}50", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index f0742a6..1888fe8 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -712,7 +712,8 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#212121", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#EEFFFF10", + "list.hoverForeground": "#80CBC4", + "list.hoverBackground": "#212121", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index e9bf300..e6868e5 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -712,7 +712,8 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#263238", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#EEFFFF10", + "list.hoverForeground": "#80CBC4", + "list.hoverBackground": "#263238", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index caf7104..c807c9f 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -712,7 +712,8 @@ "inputValidation.warningBorder": "#FFB62C", "dropdown.background": "#FAFAFA", "dropdown.border": "#00000010", - "list.hoverBackground": "#90A4AE10", + "list.hoverForeground": "#80CBC4", + "list.hoverBackground": "#FAFAFA", "list.activeSelectionBackground": "#CCD7DA50", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#CCD7DA50", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 80aed85..b88584a 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -712,7 +712,8 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#292D3E", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#A6ACCD10", + "list.hoverForeground": "#80CBC4", + "list.hoverBackground": "#292D3E", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050",