diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 19:00:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 19:00:30 -0400 |
commit | b76eaafa2fcc6748c19e94fcb6548bcd465978cd (patch) | |
tree | 9c7f367bd33e0bc2c668ff0fbd2842d0fb634798 /themes/light | |
parent | f8b61d36956880736f4d0009b5e2b3e4f51f196b (diff) | |
parent | 5675f5d0e25a81112175474394d15f7d2edf9b21 (diff) |
Merge pull request #29 from Feichtmeier/Tiny_improvements_to_yaru
Minor improvements
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/yaru.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/light/yaru.json b/themes/light/yaru.json index 7198802..9d59640 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -356,9 +356,9 @@ "list.inactiveSelectionBackground": "#e4e4e4", "activityBar.background": "#e4e4e4", "activityBar.dropBackground": "#e9542080", - "activityBarBadge.background": "#e95420", + "activityBarBadge.background": "#109a26", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#c6162b", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", @@ -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", |