-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 927 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
44
45
46
47
48
{
"name": "haramosh-theme",
"displayName": "Haramosh theme",
"description": "Dark theme created by @hcorta 🚀",
"publisher": "hcorta",
"license": "MIT",
"version": "1.0.0",
"categories": [
"Themes"
],
"maintainers": [
"Hugo Corta <corta.hugo@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/hcorta/haramosh.git"
},
"bugs": {
"url": "https://github.com/hcorta/haramosh/issues"
},
"engines": {
"vscode": "^1.13.0"
},
"keywords": [
"haramosh",
"hcorta",
"theme",
"color-theme"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#292929",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Haramosh",
"uiTheme": "vs-dark",
"path": "./themes/Haramosh-color-theme.json"
}
]
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
}
}