From 1ac5dd5d76ea2efff5620e5b746c2524f5fcaa48 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 25 Apr 2017 16:48:51 -0700 Subject: [PATCH] More updates to red color theme --- .../theme-red/themes/Red-color-theme.json | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index edc2c938b5d..e5fb0f10058 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -1,25 +1,28 @@ { "tokenColors": "./red.tmTheme", "colors": { + // window "activityBadgeBackground": "#DB7E58", "activityBarBackground": "#4B0000", - "dropdownBackground": "#580000", - "inputBoxBackground": "#580000", + "inactiveTabBackground": "#300000", + "sideBarBackground": "#300000", + "statusBarBackground": "#300000", + + // editor "editorBackground": "#390000", "editorCursor": "#970000", "editorForeground": "#F8F8F8", "editorWhitespaces": "#c10000", "editorLineHighlight": "#0000004A", "editorSelection": "#750000", - "inactiveTabBackground": "#300000", - "sideBarBackground": "#300000", - "listActiveSelectionBackground": "#870000", - "listFocusAndSelectionBackground": "#650000", - "listInactiveFocusBackground": "#570000", - "listFocusBackground": "#650000", - "listHoverBackground": "#740000", - "notificationsBackground": "#910000", - "statusBarBackground": "#300000" + "editorLineNumbers": "#c03333", + "editorHoverBackground": "#300000", + "editorSuggestWidgetBackground": "#300000", + "peekViewEditorBackground": "#390000", + + // UI + "dropdownBackground": "#580000", + "inputBoxBackground": "#580000" }, "name": "Red" } \ No newline at end of file