Continue themeing Red theme Fixes #25367 Fixes #25366

This commit is contained in:
Matt Bierner 2017-04-26 15:37:46 -07:00
parent dfea3bbab0
commit bf31ce9b80

View file

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