From 0ebf49bf3c2d40ef6a0c296c39ec5ff481f89646 Mon Sep 17 00:00:00 2001 From: Yuki Ueda Date: Tue, 5 Sep 2017 11:49:30 +0900 Subject: [PATCH] Fix word highlighting Solarized Dark theme #28343 --- .../themes/solarized-dark-color-theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 5309eb6fd1a..4144eeed162 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -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" } -} \ No newline at end of file +}