-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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": "hivacruz-theme",
"displayName": "Hivacruz Theme",
"description": "A dark blue color theme inspired by the Coda Palenight Theme.",
"version": "0.2.5",
"publisher": "kinoute",
"engines": {
"vscode": "^1.30.0"
},
"galleryBanner": {
"color": "#061526",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Hivacruz",
"uiTheme": "vs-dark",
"path": "./themes/Hivacruz-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/kinoute/vscode-hivacruz-theme.git"
},
"bugs": {
"url": "https://github.com/kinoute/vscode-hivacruz-theme/issues"
},
"homepage": "https://github.com/kinoute/vscode-hivacruz-theme/blob/master/README.md",
"keywords": [
"Vscode",
"Theme",
"Dark",
"Hivacruz",
"Dark Blue",
"Dark Theme"
],
"author": "Yann Defretin <[email protected]> (http://y.defret.in)",
"icon": "icon.png"
}