From e5979644f4ac498f263e795dac56f8616597a793 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 30 Apr 2017 12:42:55 -0700 Subject: [PATCH] Make debug status bar readable in tomorrow night blue theme Fixes #25640 --- .../themes/tomorrow-night-blue-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json index 3b1d2c5acc2..3c746a4728b 100644 --- a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json +++ b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json @@ -28,7 +28,7 @@ "titleBar.activeBackground": "#001126", "statusBar.background": "#001126", "statusBar.noFolderBackground": "#001126", - "statusBar.debuggingBackground": "#ffeead", + "statusBar.debuggingBackground": "#001126", "activityBar.background": "#001733", "activityBarBadge.background": "#bbdaff", "activityBarBadge.foreground": "#001733",