From 8a37ed2bcb2bc9b61ac337ed3979ce869a78413b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 20 Jul 2022 04:51:18 +0200 Subject: [PATCH] Explicitly define activity bar icon colors --- themes/Steffula-color-theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 64f6085..d86f0d8 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -12,7 +12,8 @@ "badge.foreground": "#a6a7a8", "activityBar.background": "#3c3f41", - "activityBar.foreground": "#a6a7a8", + "activityBar.foreground": "#cacbcc", + "activityBar.inactiveForeground": "#646464", "activityBarBadge.background": "#ffff00", "activityBarBadge.foreground": "#000000",