diff options
author | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-16 10:06:18 +0200 |
---|---|---|
committer | Feichtmeier <frederik.feichtmeier@gmail.com> | 2020-07-16 10:06:18 +0200 |
commit | f5dfd6079f7318a5ff72892ca2aeedf32bd95a31 (patch) | |
tree | f202d452cd2d5c0b9c34ed8df0485f974cc6f581 /themes/dark | |
parent | dd833ad4877cd6b7a5f4ad28fee348c643b57d7a (diff) |
Yaru-dark: darken bar backgrounds
to improve contrast against the new badges
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 9d5b155..d44271c 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -344,7 +344,7 @@ "button.background": "#e95420", "button.foreground": "#ffffff", "dropdown.background": "#595959", - "input.background": "#595959", + "input.background": "#484848", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", "list.activeSelectionForeground": "#FFFFFF", @@ -354,7 +354,7 @@ "list.highlightForeground": "#e95420", "list.hoverBackground": "#575757", "list.inactiveSelectionBackground": "#575757", - "activityBar.background": "#575757", + "activityBar.background": "#484848", "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", |