From 16132a7fe175506297d04ccbc61c7b6f5633913b Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 16 Jan 2024 00:48:49 +0100 Subject: [PATCH] style: change badge background --- themes/dark.codely-theme-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/dark.codely-theme-color-theme.json b/themes/dark.codely-theme-color-theme.json index 451a08e..209c6a2 100644 --- a/themes/dark.codely-theme-color-theme.json +++ b/themes/dark.codely-theme-color-theme.json @@ -7,7 +7,7 @@ "activityBar.border": "#262626", "activityBarBadge.background": "#ebdbb2", "activityBarBadge.foreground": "#1e1e1e", - "badge.background": "#262626", + "badge.background": "#b8bb26", "badge.foreground": "#1e1e1e", "button.background": "#262626", "button.foreground": "#ebdbb2",