chore: Improve custom menu colors

This commit is contained in:
Mattia Astorino 2018-10-10 22:13:52 +02:00
parent 92314b5d74
commit 5b9d341c1c
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -833,6 +833,7 @@
"menu.selectionBackground": "{{variant.scheme.lineHighlight}}50", "menu.selectionBackground": "{{variant.scheme.lineHighlight}}50",
"menu.selectionForeground": "{{commons.accents.Teal}}", "menu.selectionForeground": "{{commons.accents.Teal}}",
"menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", "menu.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",
"menu.separatorBackground": "{{variant.scheme.foregrund}}",
"menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionBackground": "{{variant.scheme.inactiveSelectionBackground}}",
"menubar.selectionForeground": "{{commons.accents.Teal}}", "menubar.selectionForeground": "{{commons.accents.Teal}}",
"menubar.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}", "menubar.selectionBorder": "{{variant.scheme.inactiveSelectionBackground}}",