diff options
author | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-15 10:00:50 +0200 |
---|---|---|
committer | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-15 10:00:50 +0200 |
commit | 9e45977ab84cf6911ec2add563bf806af84b18b9 (patch) | |
tree | 5411c58dd1b24956011a15204c5ccc7293e6f8ab /themes/dark | |
parent | 31df2682c6998515471c14d9c0f1792a8c7cce31 (diff) |
Further adaptions
- revert yaru light terminal colors back to white on purple
- exactly use the correct greens for light and dark yaru themes
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/yaru-dark.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index d28fd5e..acc587f 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -356,9 +356,9 @@ "list.inactiveSelectionBackground": "#575757", "activityBar.background": "#575757", "activityBar.dropBackground": "#e9542080", - "activityBarBadge.background": "#e95420", + "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#0c6d1a", "badge.foreground": "#ffffff", "sideBar.background": "#3f3f3f", "sideBarSectionHeader.background": "#575757", |