From b4a3fcbf30fc2529bdafebe0fc6fd26632e803ac Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 25 Apr 2017 16:26:10 -0700 Subject: [PATCH] A bit more styling for red theme --- extensions/theme-red/themes/Red-color-theme.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index d27b58926cb..edc2c938b5d 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -1,7 +1,10 @@ { "tokenColors": "./red.tmTheme", "colors": { + "activityBadgeBackground": "#DB7E58", "activityBarBackground": "#4B0000", + "dropdownBackground": "#580000", + "inputBoxBackground": "#580000", "editorBackground": "#390000", "editorCursor": "#970000", "editorForeground": "#F8F8F8", @@ -9,7 +12,14 @@ "editorLineHighlight": "#0000004A", "editorSelection": "#750000", "inactiveTabBackground": "#300000", - "sideBarBackground": "#300000" + "sideBarBackground": "#300000", + "listActiveSelectionBackground": "#870000", + "listFocusAndSelectionBackground": "#650000", + "listInactiveFocusBackground": "#570000", + "listFocusBackground": "#650000", + "listHoverBackground": "#740000", + "notificationsBackground": "#910000", + "statusBarBackground": "#300000" }, "name": "Red" } \ No newline at end of file