Fix word highlighting Solarized Dark theme #28343

This commit is contained in:
Yuki Ueda 2017-09-05 11:49:30 +09:00 committed by GitHub
parent 2ae090cdf6
commit 0ebf49bf3c

View file

@ -364,9 +364,9 @@
// "editor.inactiveSelectionBackground": "",
// "editor.lineHighlightBorder": "",
// "editor.rangeHighlightBackground": "",
// "editor.selectionHighlightBackground": "",
// "editor.wordHighlightBackground": "",
// "editor.wordHighlightStrongBackground": "",
// "editor.selectionHighlightBackground": "#0FF0F0",
// "editor.wordHighlightBackground": "#ff0000",
// "editor.wordHighlightStrongBackground": "#00ff00",
// Editor: Suggest
// "editorSuggestWidget.background": "",
@ -476,4 +476,4 @@
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3"
}
}
}