-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.02 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "decay",
"displayName": "Decay",
"description": "Decay colorscheme now ported to vscode! :3",
"version": "1.0.9",
"author": "decaycs",
"publisher": "decaycs",
"icon": "assets/logo.png",
"license": "See license in LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/decaycs/vscode"
},
"engines": {
"vscode": "^1.63.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Decay",
"uiTheme": "vs-dark",
"path": "./themes/decay.json"
},
{
"label": "Dark Decay",
"uiTheme": "vs-dark",
"path": "./themes/dark-decay.json"
},
{
"label": "Decayce",
"uiTheme": "vs-dark",
"path": "./themes/decayce.json"
},
{
"label": "Cosmic Decay",
"uiTheme": "vs",
"path": "./themes/cosmic-decay.json"
},
{
"label": "Light Decay",
"uiTheme": "vs",
"path": "./themes/light-decay.json"
}
]
}
}