-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 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
{
"name": "ghost-shell",
"version": "1.1.4",
"displayName": "Ghost Shell",
"description": "A theme base on Ghost in the Shell series",
"author": "linhusp",
"license": "MIT",
"publisher": "linhusp",
"contributors": [
"Huynh Nguyen Ngoc Linh"
],
"repository": {
"type": "git",
"url": "https://github.com/linhusp/vscode-ghostshell"
},
"engines": {
"vscode": "^1.22.0"
},
"categories": [
"Themes"
],
"keywords": [
"shell",
"dark",
"ghost",
"color-theme",
"theme"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Ghost Shell",
"uiTheme": "vs-dark",
"path": "./theme/ghost-shell.json"
}
]
},
"bugs": {
"url": "https://github.com/linhusp/vscode-ghostshell/issues",
"email": "linh0ltv@gmail.com"
},
"homepage": "https://github.com/linhusp/vscode-ghostshell"
}