From 22b49dc745179d6893155bc73d1ca67e8acdef06 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 25 Oct 2018 17:54:56 +0200 Subject: [PATCH] chore: Fix custom menu separators Close #277 --- 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 8de8d7a..3ea746a 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -833,7 +833,7 @@ "menu.selectionBackground": "{{variant.scheme.lineHighlight}}50", "menu.selectionForeground": "{{commons.accents.Teal}}", "menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", - "menu.separatorBackground": "{{variant.scheme.foregrund}}", + "menu.separatorBackground": "{{variant.scheme.foreground}}", "menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionForeground": "{{commons.accents.Teal}}", "menubar.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",