diff options
-rw-r--r-- | themes/dark/yaru-dark.json | 2 | ||||
-rw-r--r-- | themes/light/yaru.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index acc587f..9d5b155 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -358,7 +358,7 @@ "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#0c6d1a", + "badge.background": "#991121", "badge.foreground": "#ffffff", "sideBar.background": "#3f3f3f", "sideBarSectionHeader.background": "#575757", 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", |