Fix a few red theme issues with status bar

This commit is contained in:
Matt Bierner 2017-04-27 08:43:17 -07:00
parent 8fce100a47
commit 5a1cb964db

View file

@ -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"
}