From dc007442d83dba2cc7a3ec37ab6d6dbf3055c659 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 27 Aug 2018 21:21:41 +0200 Subject: [PATCH] fix: Fix windows/linux custom menu item hovered background Close #245 --- src/themes/theme-template-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index ea42310..aff6024 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -830,7 +830,7 @@ "breadcrumbPicker.background": "{{variant.scheme.backgroundAlt}}", "menu.background": "{{variant.scheme.background}}", "menu.foreground": "{{variant.scheme.foreground}}", - "menu.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", + "menu.selectionBackground": "{{variant.scheme.lineHighlight}}50", "menu.selectionForeground": "{{commons.accents.Teal}}", "menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}",