From dd50b781625802afc9da21f3f92c2ca823485cc6 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 16 May 2017 23:08:56 +0200 Subject: [PATCH] chore: Temporary add list hover background color Close: #30 --- src/themes/theme-template-color-theme.json | 2 +- themes/Material-Theme-Darker.json | 2 +- themes/Material-Theme-Default.json | 2 +- themes/Material-Theme-Lighter.json | 2 +- themes/Material-Theme-Palenight.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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",