From d14e343ad0ef35f3c13f570ed494a9c307a9a96a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 18 Aug 2018 08:57:58 +0200 Subject: [PATCH] fix: Fix custom menu foreground color (Win/Linux) Close #239 --- 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 3adc269..8ed5c23 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -829,7 +829,7 @@ "breadcrumb.activeSelectionForeground": "{{commons.accents.Teal}}", "breadcrumbPicker.background": "{{variant.scheme.backgroundAlt}}", "menu.background": "{{variant.scheme.background}}", - "menu.foreground": "{{variant.scheme.sidebarForeground}}", + "menu.foreground": "{{variant.scheme.foreground}}", "menu.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", "menu.selectionForeground": "{{commons.accents.Teal}}", "menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",