diff options
author | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-14 13:57:23 +0200 |
---|---|---|
committer | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-14 13:57:23 +0200 |
commit | 31df2682c6998515471c14d9c0f1792a8c7cce31 (patch) | |
tree | c9d92ccdb06209319954d61aa660dd644d931c93 /themes/light | |
parent | f8b61d36956880736f4d0009b5e2b3e4f51f196b (diff) |
Minor improvements
- use orginal yaru green badges
- use a light terminal to reduce the heavy contrast against the bright window
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/yaru.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/light/yaru.json b/themes/light/yaru.json index 7198802..5497345 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": "#0e8420", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#0e8420", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", @@ -430,8 +430,8 @@ "menubar.selectionForeground": "#111111", "statusBar.foreground": "#111111", "tab.unfocusedInactiveBackground": "#edeef0", - "terminal.background": "#300a24", - "terminal.foreground": "#FFFFFF", + "terminal.background": "#f7f7f7", + "terminal.foreground": "#3b3b3b", "titleBar.activeForeground": "#c0c0c0", "titleBar.inactiveBackground": "#3d3a3a", "titleBar.inactiveForeground": "#959697" |