Add some basic colors for the red theme

This commit is contained in:
Matt Bierner 2017-04-25 16:00:04 -07:00
parent 66114df4b1
commit 2ff6277228

View file

@ -1,12 +1,15 @@
{ {
"tokenColors": "./red.tmTheme", "tokenColors": "./red.tmTheme",
"colors": { "colors": {
"activityBarBackground": "#4B0000",
"editorBackground": "#390000", "editorBackground": "#390000",
"editorCursor": "#970000", "editorCursor": "#970000",
"editorForeground": "#F8F8F8", "editorForeground": "#F8F8F8",
"editorWhitespaces": "#c10000", "editorWhitespaces": "#c10000",
"editorLineHighlight": "#0000004A", "editorLineHighlight": "#0000004A",
"editorSelection": "#750000" "editorSelection": "#750000",
"inactiveTabBackground": "#300000",
"sideBarBackground": "#300000"
}, },
"name": "Red" "name": "Red"
} }