fix: Fix custom menu foreground color (Win/Linux)

Close #239
This commit is contained in:
Mattia Astorino 2018-08-18 08:57:58 +02:00
parent 0a90ac7dd2
commit d14e343ad0
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -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}}",