A bit more styling for red theme

This commit is contained in:
Matt Bierner 2017-04-25 16:26:10 -07:00
parent bcc800bf37
commit b4a3fcbf30

View file

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