From f5dfd6079f7318a5ff72892ca2aeedf32bd95a31 Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Thu, 16 Jul 2020 10:06:18 +0200 Subject: Yaru-dark: darken bar backgrounds to improve contrast against the new badges --- themes/dark/yaru-dark.json | 4 ++-- 1 file 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", -- cgit v1.2.3