forked from konapun/vscode_all-hallows-eve-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 795 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
{
"name": "all-hallows-eve-plus",
"displayName": "All Hallows' Eve Plus",
"description": "A festive theme based on the colors of Halloween",
"version": "0.5.2",
"publisher": "konapun",
"homepage": "https://github.com/konapun/vscode_all-hallows-eve-plus/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/konapun/vscode_all-hallows-eve-plus.git"
},
"engines": {
"vscode": "^1.16.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "All Hallows' Eve Plus",
"uiTheme": "vs-dark",
"path": "./themes/All Hallows' Eve Plus-color-theme.json"
}
]
}
}