forked from libin1991/Hy-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 800 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
{
"name": "hy-theme",
"displayName": "hy-theme",
"description": "A VSCode Theme",
"version": "1.0.6",
"publisher": "jkchao",
"galleryBanner": {
"color": "#282C34",
"theme": "dark"
},
"engines": {
"vscode": "^1.22.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Hy Theme",
"uiTheme": "vs-dark",
"path": "./themes/hy-theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkchao/Hy-Theme.git"
},
"keywords": [
"theme",
"vscode"
],
"author": "jkchao",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkchao/Hy-Theme/issues"
},
"homepage": "https://github.com/jkchao/Hy-Theme#readme"
}