From 1a680938896a090a66c4507126ac52d25b886335 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Jan 2022 14:55:56 +0100 Subject: [PATCH] Make the debug toolbar much darker --- themes/Steffula-color-theme.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index b4ae2cb..ef87c9c 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -3,7 +3,6 @@ "type": "dark", "colors": { "foreground": "#a6a7a8", - "input.background": "#45494a", "input.border": "#646464", "input.foreground": "#a6a7a8", // Fix this @@ -72,7 +71,7 @@ "terminal.ansiWhite": "#808080", "terminal.ansiYellow": "#a68a0d", - "debugToolBar.background": "#438c5c", + "debugToolBar.background": "#162c1e", "gitDecoration.addedResourceForeground": "#629755", "gitDecoration.modifiedResourceForeground": "#6897bb",