forked from be5invis/vsc-theme-verdandi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 826 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 826 Bytes
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
{
"name": "theme-verdandi",
"version": "1.10.0",
"publisher": "be5invis",
"engines": {
"vscode": "^1.33.0"
},
"displayName": "Verdandi Theme",
"description": "Verdandi themes for VS Code.",
"categories": [
"Themes"
],
"repository": {
"git": "https://github.com/be5invis/vsc-theme-verdandi"
},
"license": "MIT",
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Verdandi",
"uiTheme": "vs",
"path": "./themes/verdandi.json"
},
{
"label": "Verdandi Alter",
"uiTheme": "vs-dark",
"path": "./themes/verdandi-alter.json"
}
],
"iconThemes": [
{
"id": "verdandi",
"label": "Verdandi",
"path": "./icons.json"
}
]
},
"devDependencies": {
"onecolor": "^3.0.4"
},
"dependencies": {},
"scripts": {
"prepack": "node generate"
}
}