-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "vaporwave-theme-vscode",
"author": "Filipe Herculano <[email protected]>",
"publisher": "this-fifo",
"license": "MIT",
"icon": "icon.png",
"displayName": "vaporwave",
"description": "AESTHETICS ( ⧉ ⦣ ⧉ )",
"version": "0.1.2",
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"vaporwave",
"aesthetics"
],
"contributes": {
"themes": [
{
"label": "vaporwave",
"uiTheme": "vs-dark",
"path": "./themes/vaporwave-color-theme.json"
},
{
"label": "vaporwave /italic/",
"uiTheme": "vs-dark",
"path": "./themes/vaporwave-italic-color-theme.json"
},
{
"label": "vaporwave *bold*",
"uiTheme": "vs-dark",
"path": "./themes/vaporwave-bold-color-theme.json"
},
{
"label": "vaporwave |bordered|",
"uiTheme": "vs-dark",
"path": "./themes/vaporwave-bordered-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/this-fifo/vaporwave-theme-vscode"
},
"homepage": "https://vaporwave-theme.netlify.com/",
"bugs": {
"url": "https://github.com/this-fifo/vaporwave-theme-vscode/issues"
}
}