From d6dcd7d5fc2c852d583bf762925565f61ddd0c4d Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 26 Apr 2017 17:02:17 -0700 Subject: [PATCH] Add focus color for red theme --- extensions/theme-red/themes/Red-color-theme.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index e8798a0c5f3..ce2445104e2 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -4,10 +4,11 @@ // window "activityBadgeBackground": "#DB7E58", "activityBarBackground": "#580000", - "inactiveTabBackground": "#300000", + "inactiveTabBackground": "#300a0a", + "activeTabBackground": "#490000", "sideBarBackground": "#330000", "statusBarBackground": "#700000", - "tabsContainerBackground": "#300000", + "tabsContainerBackground": "#330000", "titleBarActiveBackground": "#770000", // editor "editorBackground": "#390000", @@ -32,6 +33,7 @@ "peekViewResultsBackground": "#400000", "peekViewEditorBackground": "#300000", // UI + "focusedElementOutline": "#ff6666aa", "buttonBackground": "#885555", "buttonHoverBackground": "#aa5555", "dropdownBackground": "#580000",