mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 17:44:05 -05:00
Add some basic colors for the red theme
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"tokenColors": "./red.tmTheme",
|
||||
"colors": {
|
||||
"activityBarBackground": "#4B0000",
|
||||
"editorBackground": "#390000",
|
||||
"editorCursor": "#970000",
|
||||
"editorForeground": "#F8F8F8",
|
||||
"editorWhitespaces": "#c10000",
|
||||
"editorLineHighlight": "#0000004A",
|
||||
"editorSelection": "#750000"
|
||||
"editorSelection": "#750000",
|
||||
"inactiveTabBackground": "#300000",
|
||||
"sideBarBackground": "#300000"
|
||||
},
|
||||
"name": "Red"
|
||||
}
|
||||
Reference in New Issue
Block a user