Skip to content

Commit 66114df

Browse files
committed
Added red-color-theme json file
1 parent 08b0a15 commit 66114df

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

extensions/theme-red/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"label": "Red",
1010
"uiTheme": "vs-dark",
11-
"path": "./themes/red.tmTheme"
11+
"path": "./themes/Red-color-theme.json"
1212
}
1313
]
1414
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"tokenColors": "./red.tmTheme",
3+
"colors": {
4+
"editorBackground": "#390000",
5+
"editorCursor": "#970000",
6+
"editorForeground": "#F8F8F8",
7+
"editorWhitespaces": "#c10000",
8+
"editorLineHighlight": "#0000004A",
9+
"editorSelection": "#750000"
10+
},
11+
"name": "Red"
12+
}

0 commit comments

Comments
 (0)