-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 931 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
{
"name": "inkpot-gc-vsc",
"displayName": "Inkpot GC VSC",
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
"version": "1.4.4",
"engines": {
"vscode": "^1.86.0"
},
"icon": "icon.png",
"homepage": "https://github.com/mattmaniak/inkpot-gc-vsc",
"repository": {
"type": "git",
"url": "https://github.com/mattmaniak/inkpot-gc-vsc"
},
"bugs": {
"url": "https://github.com/mattmaniak/inkpot-gc-vsc/issues"
},
"publisher": "mattmaniak",
"license": "The Unlicense",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#1b1b33",
"theme": "dark"
},
"keywords": [
"dark",
"dark theme",
"inkpot",
"inkpot gc",
"theme"
],
"contributes": {
"themes": [
{
"label": "Inkpot GC VSC",
"uiTheme": "vs-dark",
"path": "./themes/inkpot-gc-vsc-color-theme.json"
}
]
}
}