-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.42 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
60
{
"name": "gruvbox-draken-lords",
"displayName": "Gruvbox DrakenLords",
"description": "Gruvbox Dark Collections by DrakenLords 🐉",
"version": "1.6.0",
"publisher": "DrakenLords",
"icon": "icon.png",
"galleryBanner": {
"color": "#1d2021",
"theme": "dark"
},
"homepage": "https://github.com/Drakenlords/Gruvbox-DrakenLords",
"repository": {
"type": "git",
"url": "https://github.com/Drakenlords/Gruvbox-DrakenLords"
},
"engines": {
"vscode": "^1.15.0"
},
"categories": [
"Themes"
],
"badges": [
{
"url": "https://badge.fury.io/gh/Drakenlords%2FGruvbox-DrakenLords.svg",
"href": "https://github.com/Drakenlords/Gruvbox-DrakenLords",
"description": "Repository of the theme!"
}
],
"contributes": {
"themes": [
{
"label": "Gruvbox DrakenLords Dark Draken",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-1.json"
},
{
"label": "Gruvbox DrakenLords Dark",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-2.json"
},
{
"label": "Gruvbox DrakenLords Semi Dark",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-3.json"
},
{
"label": "Gruvbox DrakenLords Grey",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-4.json"
}
]
},
"__metadata": {
"id": "d64c9db8-eb1b-4358-8461-939a4508a0ff",
"publisherId": "688471b5-3365-4cd5-8597-783c039d84e3",
"publisherDisplayName": "DrakenLords",
"installedTimestamp": 1618961697369
}
}