-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 908 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": "gatot-kaca",
"displayName": "Gatot Kaca",
"description": "A vscode theme that suits your eyes of night coders.",
"version": "0.2.0",
"icon": "images/icon.png",
"bugs": {
"url": "https://github.com/hafizhmaulanay/gatot-kaca-theme/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hafizhmaulanay/gatot-kaca-theme"
},
"publisher": "hafizhmaulanay",
"scripts": {
"package": "vsce package -o ./bin/gatot-kaca.vsix",
"vsce-publish": "vsce publish"
},
"engines": {
"vscode": "^1.71.0"
},
"keywords": [
"theme",
"dark theme",
"gatot kaca",
"gatot kaca theme"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Gatot Kaca",
"uiTheme": "vs-dark",
"path": "./themes/Gatot Kaca-color-theme.json"
}
]
}
}