Merge pull request #33820 from Ikuyadeu/patch-1

Fix word highlighting Solarized Dark theme #28343
This commit is contained in:
Martin Aeschlimann 2017-09-22 16:15:14 +02:00 committed by GitHub
commit 330ae7abfc

View file

@ -371,9 +371,9 @@
// "editor.inactiveSelectionBackground": "",
// "editor.lineHighlightBorder": "",
// "editor.rangeHighlightBackground": "",
// "editor.selectionHighlightBackground": "",
// "editor.wordHighlightBackground": "",
// "editor.wordHighlightStrongBackground": "",
"editor.selectionHighlightBackground": "#005A6FAA",
"editor.wordHighlightBackground": "#004454AA",
"editor.wordHighlightStrongBackground": "#005A6FAA",
// Editor: Suggest
// "editorSuggestWidget.background": "",
@ -483,4 +483,4 @@
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3"
}
}
}