-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 967 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
45
46
47
48
49
50
51
52
{
"name": "synthwave-2077",
"displayName": "Synthwave 2077",
"description": "Cyberpunk 2077 x Synthwave '84",
"version": "1.0.1",
"icon": "icon.png",
"author": "Faisal N, CodeSasha, Robb Owen, et. al.",
"publisher": "DangoWeb",
"engines": {
"vscode": "^1.74.3"
},
"categories": [
"Themes"
],
"keywords": [
"synthwave",
"cyberpunk",
"retrowave",
"outrun",
"neon",
"vaporwave",
"dark",
"theme",
"color",
"syntax",
"highlight",
"editor",
"code",
"vscode",
"visual",
"studio",
"text",
"editor",
"extension",
"extensionpack",
"extension-pack",
"extensionpacks"
],
"repository": {
"type": "git",
"url": "https://github.com/faisalnjs/Synthwave-2077"
},
"contributes": {
"themes": [
{
"label": "Synthwave 2077",
"uiTheme": "vs-dark",
"path": "./themes/synthwave-2077-color-theme.json"
}
]
}
}