-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) Β· 895 Bytes
/
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
{
"name": "hyper-dracula-vscode-theme",
"displayName": "Hyper Dracula",
"publisher": "hilalh",
"description": "Hyper colors with Dracula syntax colors all meshed up. π§π»ββοΈππΎ",
"version": "0.1.1",
"maintainers": [
"Hilal Habashi <[email protected]>"
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/hilalh/hyper-dracula-vscode-theme.git"
},
"bugs": {
"url": "https://github.com/hilalh/hyper-dracula-vscode-theme/issues"
},
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Hyper Dracula",
"uiTheme": "vs-dark",
"path": "./themes/Hyper Dracula-color-theme.json"
}
]
}
}