-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.24 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ramazzotti",
"displayName": "ramazzotti",
"description": "flexobi, vesper, and gruvbox alternatives",
"version": "2.2.0",
"icon": "images/icon.jpeg",
"publisher": "panquequelol",
"engines": {
"vscode": "^1.79.0"
},
"categories": [
"Themes"
],
"keywords": [
"vesper",
"dark",
"min",
"simple",
"minimal",
"night",
"minimalistic",
"gruvbox",
"vitesse",
"flexobi"
],
"repository": {
"type": "git",
"url": "git+https://github.com/panquequelol/ramazzotti.git"
},
"contributes": {
"themes": [
{
"label": "ramazzotti gruvbox",
"uiTheme": "vs-dark",
"path": "./themes/ramazzotti-gruvbox.json"
},
{
"label": "ramazzotti 80s",
"uiTheme": "vs-dark",
"path": "./themes/ramazzotti-80s.json"
},
{
"label": "ramazzoti flexobi",
"uiTheme": "vs-dark",
"path": "./themes/ramazzotti-flexobi.json"
},
{
"label": "ramazzotti rosato",
"uiTheme": "vs-dark",
"path": "./themes/ramazzotti-rosato.json"
},
{
"label": "ramazzotti violetto",
"uiTheme": "vs-dark",
"path": "./themes/ramazzotti-violetto.json"
}
]
}
}