-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 909 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
43
44
{
"name": "synthwave-alpha",
"displayName": "Synthwave Alpha",
"description": "Synthwave inspired dark mode theme",
"version": "0.2.1",
"license": "MIT",
"homepage": "https://github.com/vikpe/synthwave-alpha-vscode",
"repository": {
"type": "git",
"url": "https://github.com/vikpe/synthwave-alpha-vscode.git"
},
"engines": {
"vscode": "^1.43.0"
},
"contributes": {
"themes": [
{
"label": "Synthwave Alpha",
"uiTheme": "vs-dark",
"path": "./themes/synthwave-alpha-color-theme.json"
}
]
},
"categories": [
"Themes"
],
"keywords": [
"dark",
"retrowave",
"synthwave",
"vaporwave"
],
"publisher": "vikpe",
"pricing": "Free",
"qna": "false",
"sponsor": {
"url": "https://github.com/sponsors/vikpe"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#241b30",
"theme": "dark"
}
}