-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (47 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Kryptonite",
"displayName": "Kryptonite",
"description": "A dark theme made of green, crystalline material",
"version": "0.0.9",
"publisher": "void-jw",
"galleryBanner": {
"color": "#0a0126",
"theme": "dark"
},
"engines": {
"vscode": "^1.13.0"
},
"license": "MIT",
"icon": "icon.png",
"categories": [
"Themes"
],
"keywords": [
"kryptonite",
"dark",
"theme",
"color-theme",
"green",
"science",
"fiction"
],
"maintainers": [
"Justin Wu <[email protected]>"
],
"contributes": {
"themes": [
{
"label": "Kryptonite",
"uiTheme": "vs-dark",
"path": "./themes/Kryptonite-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/void-jw/kryptonite"
},
"bugs": {
"url": "https://github.com/void-jw/kryptonite/issues"
}
}