From 2225ab4768b49aee0a8ddcdde3f956b3c01ab394 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 27 Apr 2017 17:41:49 -0700 Subject: [PATCH] Fixes #25589 --- extensions/theme-red/themes/Red-color-theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 928472265fd..08a5ae513a0 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -11,7 +11,7 @@ "statusBarNoFolderBackground": "#700000", "tabsContainerBackground": "#330000", "titleBarActiveBackground": "#770000", - "titleBarInactiveBackground": "#773333", + "titleBarInactiveBackground": "#772222", // editor "editorBackground": "#390000", "editorGroupBorder": "#ff666633", @@ -34,6 +34,7 @@ "peekViewResultsBackground": "#400000", "peekViewEditorBackground": "#300000", // UI + "debugToolBarBackground": "#660000", "focusBorder": "#ff6666aa", "buttonBackground": "#885555", "buttonHoverBackground": "#aa5555",