-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "tomorrow-night-eighties-deluxe",
"displayName": "Tomorrow Night Eighties Deluxe",
"description": "Tommorow night eighties inspired but extended with QOL",
"version": "0.4.0",
"publisher": "WouterMeijer",
"repository": {
"type": "git",
"url": "https://github.com/h0uter/tomorrow-night-eighties-deluxe"
},
"engines": {
"vscode": "^1.95.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tomorrow Night Eighties Deluxe",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow Night Eighties Deluxe-color-theme.json"
}
]
},
"configurationDefaults": {
"[Python]": {
"editor.semanticHighlighting.enabled": true
}
},
"icon": "./.readme/icon.png"
}