-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "gunivers-theme",
"displayName": "Gunivers Theme",
"description": "VSC Guniformizer, because black & orange are the best colors!",
"repository": "https://github.com/Gunivers/VSC-theme",
"publisher": "Leirof",
"version": "0.0.22",
"engines": {
"vscode": "^1.71.0"
},
"icon": "img/icon.png",
"galleryBanner": {
"color": "#C80000",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Gunivers",
"uiTheme": "vs-dark",
"path": "./themes/Gunivers-color-theme.json"
},
{
"label": "Altearn",
"uiTheme": "vs",
"path": "./themes/Altearn-color-theme.json"
},
{
"label": "Default dark enhanced",
"uiTheme": "vs-dark",
"path": "./themes/Default-dark-enhanced-color-theme.json"
},
{
"label": "Default light enhanced",
"uiTheme": "vs-dark",
"path": "./themes/Default-light-enhanced-color-theme.json"
}
]
}
}