[themes] Selection highlight color is too similar to the selection color on Monokai. Fixes #20577

This commit is contained in:
Martin Aeschlimann 2017-10-03 17:33:42 +02:00
parent 039ee970ad
commit f319787f7d

View file

@ -18,7 +18,8 @@
"editor.background": "#272822",
"editor.foreground": "#f8f8f2",
"selection.background": "#ccccc7",
"editor.selectionBackground": "#49483e",
"editor.selectionHighlightBackground": "#665044cc",
"editor.selectionBackground": "#334444cc",
"editor.lineHighlightBackground": "#3e3d32",
"editorCursor.foreground": "#f8f8f0",
"editorWhitespace.foreground": "#464741",