forked from evondev/evondev-dracula
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.59 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.59 KB
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
{
"name": "dracula-high-contrast-lightness",
"displayName": "Evondev Dracula Darkness",
"description": "Dracula Theme High Contrast with multiple lightness levels- base on Dracula Official Theme",
"version": "0.2.89",
"publisher": "shiftgeist",
"engines": {
"vscode": "^1.20.0"
},
"scripts": {
"vsce": "pnpm dlx vsce package",
"install": "code --install-extension ./dracula-high-contrast-lightness-0.2.89.vsix",
"go": "pnpm run vsce && pnpm run install"
},
"repository": {
"type": "git",
"url": "https://github.com/evondev/evondev-dracula"
},
"icon": "assets/icon.png",
"categories": ["Themes"],
"contributes": {
"themes": [
{
"label": "Evondev Dracula Darker Contrast New Color (fixed)",
"uiTheme": "vs-dark",
"path": "./themes/Dracula-darker-contrast-new-color-fixed.json"
},
{
"label": "Evondev Dracula Darker Contrast New Color Darker Bordered",
"uiTheme": "vs-dark",
"path": "./themes/Dracula-darker-contrast-new-color-darker-bordered.json"
},
{
"label": "Evondev Dracula Darker Contrast New Color Darkest Border",
"uiTheme": "vs-dark",
"path": "./themes/Dracula-darker-contrast-new-color-darkest-bordered.json"
},
{
"label": "Evondev Dracula Darker Contrast New Color Darkest",
"uiTheme": "vs-dark",
"path": "./themes/Dracula-darker-contrast-new-color-darkest.json"
},
{
"label": "Dark SynthWave '84 Topbar",
"uiTheme": "vs-dark",
"path": "./themes/SynthWave-84-topbar.json"
}
]
}
}