-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
98 lines (98 loc) · 2.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "eva-theme",
"displayName": "Eva Theme",
"description": "A comfortable and semantic theme.",
"version": "2.7.4",
"publisher": "fisheva",
"license": "SEE LICENSE IN<LICENSE.md>",
"icon": "eva.jpg",
"homepage": "https://github.com/fisheva/Eva-Theme",
"bugs": {
"url": "https://github.com/fisheva/Eva-Theme/issues"
},
"repository": {
"type": "git",
"url": ""
},
"engines": {
"vscode": "^1.12.0"
},
"extensionKind": [
"ui",
"workspace"
],
"categories": [
"Themes",
"Other"
],
"capabilities": {
"virtualWorkspaces": true
},
"galleryBanner": {
"color": "#EBEEF5",
"theme": "light"
},
"contributes": {
"themes": [
{
"label": "Eva Dark",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark.json"
},
{
"label": "Eva Dark Bold",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark-Bold.json"
},
{
"label": "Eva Dark Italic",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark-Italic.json"
},
{
"label": "Eva Dark Italic Bold",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark-Italic-Bold.json"
},
{
"label": "Eva Light",
"uiTheme": "vs",
"path": "./themes/Eva-Light.json"
},
{
"label": "Eva Light Bold",
"uiTheme": "vs",
"path": "./themes/Eva-Light-Bold.json"
},
{
"label": "Eva Light Italic",
"uiTheme": "vs",
"path": "./themes/Eva-Light-Italic.json"
},
{
"label": "Eva Light Italic Bold",
"uiTheme": "vs",
"path": "./themes/Eva-Light-Italic-Bold.json"
}
]
},
"keywords": [
"eva",
"dark",
"light",
"theme",
"vscode"
],
"sponsor": {
"url": "https://github.com/sponsors/fisheva"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w"
},
"terminal.integrated.minimumContrastRatio": 1,
"__metadata": {
"id": "a6761011-549f-4561-ae6d-cc9c7a040710",
"publisherDisplayName": "fisheva",
"publisherId": "ff69a8bd-aad3-463d-9859-8ecfb1484873"
}
}