diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 71bcce5ac86..928472265fd 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -8,8 +8,10 @@ "tabActiveBackground": "#490000", "sideBarBackground": "#330000", "statusBarBackground": "#700000", + "statusBarNoFolderBackground": "#700000", "tabsContainerBackground": "#330000", "titleBarActiveBackground": "#770000", + "titleBarInactiveBackground": "#773333", // editor "editorBackground": "#390000", "editorGroupBorder": "#ff666633", @@ -39,7 +41,7 @@ "inputBoxBackground": "#580000", "inputBoxActiveOptionBorder": "#cc0000", "inputValidationInfoBackground": "#550000", - "inputValidationInfoBorder": "#773333" + "inputValidationInfoBorder": "#773333", "listHoverBackground": "#800000", "listActiveSelectionBackground": "#700000", "listInactiveSelectionBackground": "#770000", @@ -48,7 +50,7 @@ "listHighlightForeground": "#ff4444", "notificationsBackground": "#662222", "pickerGroupForeground": "#cc9999", - "pickerGroupBorder": "#ff000033", + "pickerGroupBorder": "#ff000033" }, "name": "Red" } \ No newline at end of file