-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1018 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
34
35
36
37
38
39
40
41
42
{
"name": "kabukicho",
"displayName": "Kabukichō",
"description": "Neon vaporwave dark theme with dreamy nostalgia and hints of hazy liquid synth.",
"version": "0.0.6",
"publisher":"victoriadrake",
"icon": "icon.png",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/victoriadrake/kabukicho-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/victoriadrake/kabukicho-vscode"
},
"engines": {
"vscode": "^1.41.0"
},
"keywords": [
"purple",
"neon",
"retro",
"vaporwave",
"dark theme"
],
"galleryBanner": {
"color": "#200933",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Kabukichō",
"uiTheme": "vs-dark",
"path": "./themes/kabukicho-color-theme.json"
}
]
}
}