aboutsummaryrefslogtreecommitdiff
path: root/themes/light/yaru.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-17 19:00:30 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-17 19:00:30 -0400
commitb76eaafa2fcc6748c19e94fcb6548bcd465978cd (patch)
tree9c7f367bd33e0bc2c668ff0fbd2842d0fb634798 /themes/light/yaru.json
parentf8b61d36956880736f4d0009b5e2b3e4f51f196b (diff)
parent5675f5d0e25a81112175474394d15f7d2edf9b21 (diff)
Merge pull request #29 from Feichtmeier/Tiny_improvements_to_yaru
Minor improvements
Diffstat (limited to 'themes/light/yaru.json')
-rw-r--r--themes/light/yaru.json9
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",