-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "hybrid-next-plus",
"displayName": "Hybrid Next Plus",
"description": "Hybrid Next Plus Theme for VS Code.",
"version": "1.0.1",
"publisher": "toshimaru",
"engines": {
"vscode": "^1.25.0"
},
"author": {
"name": "toshimaru",
"email": "[email protected]",
"url": "https://toshimaru.net/"
},
"homepage": "https://github.com/toshimaru/hybrid-next-plus",
"repository": {
"type": "git",
"url": "https://github.com/toshimaru/hybrid-next-plus.git"
},
"bugs": {
"url": "https://github.com/toshimaru/hybrid-next-plus/issues"
},
"license": "MIT",
"categories": [
"Themes"
],
"icon": "images/icon.png",
"galleryBanner": {
"color": "#232c31",
"theme": "dark"
},
"keywords": [
"hybrid"
],
"contributes": {
"themes": [
{
"label": "Hybrid Next Plus",
"uiTheme": "vs-dark",
"path": "./themes/hybrid-next-plus-color-theme.json"
}
]
}
}