diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 3cbd28c..d947d3d 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -710,7 +710,7 @@ "inputValidation.warningBorder": "{{variant.scheme.base.yellow}}", "dropdown.background": "{{variant.scheme.background}}", "dropdown.border": "{{variant.scheme.inputBorder}}", - "list.hoverBackground": "{{variant.scheme.background}}", + "list.hoverBackground": "{{variant.scheme.foreground}}10", "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 32f5c0f..cb2c149 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -710,7 +710,7 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#212121", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#212121", + "list.hoverBackground": "#EEFFFF10", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index f5ee834..8620b30 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -710,7 +710,7 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#263238", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#263238", + "list.hoverBackground": "#EEFFFF10", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index d02c8cb..f3ea59b 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -710,7 +710,7 @@ "inputValidation.warningBorder": "#FFB62C", "dropdown.background": "#FAFAFA", "dropdown.border": "#00000010", - "list.hoverBackground": "#FAFAFA", + "list.hoverBackground": "#90A4AE10", "list.activeSelectionBackground": "#CCD7DA50", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#CCD7DA50", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index edb9ed0..8989208 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -710,7 +710,7 @@ "inputValidation.warningBorder": "#FFCB6B", "dropdown.background": "#292D3E", "dropdown.border": "#FFFFFF10", - "list.hoverBackground": "#292D3E", + "list.hoverBackground": "#A6ACCD10", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionBackground": "#00000050",