From bf31ce9b80ede6c50ae59b896d21497558b421cf Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 26 Apr 2017 15:37:46 -0700 Subject: [PATCH] Continue themeing Red theme Fixes #25367 Fixes #25366 --- .../theme-red/themes/Red-color-theme.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 535de505793..dda25e457e1 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -7,23 +7,39 @@ "inactiveTabBackground": "#300000", "sideBarBackground": "#300000", "statusBarBackground": "#300000", - + "tabsContainerBackground": "#200000", + "titleBarActiveBackground": "#770000", // editor "editorBackground": "#390000", "editorCursor": "#970000", "editorForeground": "#F8F8F8", "editorWhitespaces": "#c10000", - "editorLineHighlight": "#0000004A", "editorSelection": "#750000", "editorLineNumbers": "#c03333", "editorWidgetBackground": "#300000", "editorHoverBackground": "#300000", "editorSuggestWidgetBackground": "#300000", + "editorSuggestWidgetBorder": "#220000", + "editorLineHighlight": "#ff000033", + "editorHoverHighlight": "#ff000044", + "editorSelectionHighlight": "#f5500039", "peekViewEditorBackground": "#390000", - // UI + "buttonBackground": "#885555", + "buttonHoverBackground": "#aa5555", "dropdownBackground": "#580000", - "inputBoxBackground": "#580000" + "inputBoxBackground": "#580000", + "inputBoxActiveOptionBorder": "#cc0000", + "listHoverBackground": "#800000", + "listActiveSelectionBackground": "#700000", + "listInactiveSelectionBackground": "#770000", + "listFocusBackground": "#660000", + "listFocusAndSelectionBackground": "#880000", + "notificationsBackground": "#662222", + "pickerGroupForeground": "#cc9999", + "pickerGroupBorder": "#ff000033", + "infoBackground": "#550000", + "infoBorder": "#773333" }, "name": "Red" } \ No newline at end of file