-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 973 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
49
{
"name": "gru",
"displayName": "Gru",
"description": "gruvbox like theme but more modern",
"version": "0.1.1",
"publisher": "Silitonix",
"repository": {
"type": "git",
"url": "https://github.com/Silitonix/GruTheme"
},
"keywords": [
"gru","gruvbox","gruv","theme","dark theme"
],
"engines": {
"vscode": "^1.89.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Gru",
"uiTheme": "vs-dark",
"path": "./themes/Gru-color-theme.json"
},
{
"label": "Gru Black",
"uiTheme": "vs-dark",
"path": "./themes/Gru-color-theme-black.json"
}
],
"iconThemes": [
{
"id": "gru-icons",
"label": "Gru icon",
"path": "./themes/icons/theme.json"
}
],
"productIconThemes": [
{
"id": "gru-product",
"label": "Gru Product",
"path": "./themes/product/theme.json"
}
]
},
"icon": "icon.png"
}