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/dark | |
parent | 3fa1cda971acdab34ee3f0e7d8e288fcb7c17eae (diff) |
Improve legibility/consistency of Yaru selection
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/yaru-dark.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index d44271c..ca1ef08 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -377,6 +377,9 @@ "editorLineNumber.foreground": "#FFFFFF4d", "editorLineNumber.activeForeground": "#e95420", "editor.selectionBackground": "#5e2750", + "editor.selectionHighlightBackground": "#5e2750aa", + "editor.wordHighlightBackground": "#5e2750aa", + "editor.wordHighlightStrongBackground": "#5e2750aa", "editor.lineHighlightBorder": "#FFFFFF1a", "editor.rangeHighlightBackground": "#FFFFFF0d", "editorWidget.background": "#434343", |