diff options
author | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-15 14:48:54 +0200 |
---|---|---|
committer | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-15 14:48:54 +0200 |
commit | dd833ad4877cd6b7a5f4ad28fee348c643b57d7a (patch) | |
tree | d8eb10c0213676885c0a049525c2f20f5c30122c /themes/light | |
parent | 9e45977ab84cf6911ec2add563bf806af84b18b9 (diff) |
Use warning color for normal badges
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/yaru.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/yaru.json b/themes/light/yaru.json index dedd07c..c369263 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -358,7 +358,7 @@ "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#109a26", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#109a26", + "badge.background": "#c6162b", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", |