diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:40:44 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:40:44 -0400 |
commit | a1cb49d296e5415e4b1edcd67964ded61596557d (patch) | |
tree | e45b5bd2538988ac002037fd556f5e11d6dd5eef /themes/light | |
parent | 3fa1cda971acdab34ee3f0e7d8e288fcb7c17eae (diff) |
Improve legibility/consistency of Yaru selection
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/yaru.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/light/yaru.json b/themes/light/yaru.json index c369263..9d59640 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -376,7 +376,10 @@ "editor.foreground": "#111111", "editorLineNumber.foreground": "#aea79f", "editorLineNumber.activeForeground": "#e95420", - "editor.selectionBackground": "#903c7b", + "editor.selectionBackground": "#bb90b7aa", + "editor.selectionHighlightBackground": "#bb90b7aa", + "editor.wordHighlightBackground": "#bb90b7aa", + "editor.wordHighlightStrongBackground": "#bb90b7aa", "editor.lineHighlightBorder": "#FFFFFF1a", "editor.rangeHighlightBackground": "#FFFFFF0d", "editorWhitespace.foreground": "#bfbfbf", |