-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "evas-code",
"displayName": "EVASCode: The End of Development",
"description": "A bunch of VSCode themes inspired by Evangelion.",
"version": "1.0.0",
"publisher": "TecnoMazov",
"repository": "https://github.com/JuditKaramazov/TCA-EVASCode",
"engines": {
"vscode": "^1.52.0"
},
"icon": "images/EVASCode.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "EVA-00",
"uiTheme": "vs-dark",
"path": "./themes/EVA-00.json"
},
{
"label": "EVA-01",
"uiTheme": "vs-dark",
"path": "./themes/EVA-01.json"
},
{
"label": "EVA-02",
"uiTheme": "vs-dark",
"path": "./themes/EVA-02.json"
},
{
"label": "The End of Development",
"uiTheme": "hc-light",
"path": "./themes/BONUS-End-Of.json"
}
]
},
"__metadata": {
"publisherDisplayName": "Judit Karamazov",
"publisherId": "tecnomazov",
"uniqueId": "tecnomazov.evas-code",
"github": "https://github.com/JuditKaramazov",
"repository": "https://github.com/JuditKaramazov/TCA-EVASCode.git",
"url": "https://karamazfolio.xyz"
}
}