We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b0a15 commit 66114dfCopy full SHA for 66114df
2 files changed
extensions/theme-red/package.json
@@ -8,7 +8,7 @@
8
{
9
"label": "Red",
10
"uiTheme": "vs-dark",
11
- "path": "./themes/red.tmTheme"
+ "path": "./themes/Red-color-theme.json"
12
}
13
]
14
extensions/theme-red/themes/Red-color-theme.json
@@ -0,0 +1,12 @@
1
+{
2
+ "tokenColors": "./red.tmTheme",
3
+ "colors": {
4
+ "editorBackground": "#390000",
5
+ "editorCursor": "#970000",
6
+ "editorForeground": "#F8F8F8",
7
+ "editorWhitespaces": "#c10000",
+ "editorLineHighlight": "#0000004A",
+ "editorSelection": "#750000"
+ },
+ "name": "Red"
+}
0 commit comments