forked from LuanKY/synthwave-remix-vscode-min-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.03 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
{
"name": "synthwave-remix-min-darker",
"displayName": "SynthWave '84 Remix Min Darker",
"description": "A mix of SynthWave '84 with Min Darker Theme.",
"icon": "icon.png",
"version": "1.5.4",
"publisher": "FernaandoJr",
"repository": {
"type": "git",
"url": "https://github.com/FernaandoJr/synthwave-remix-min-darker"
},
"keywords": [
"dark",
"synthwave",
"retrowave",
"80s",
"min darker SynthWave",
"min darker",
"SynthWave min darker",
"min darker SynthWave '84",
"min darker SynthWave 84",
"min darker SynthWave 1984",
"darker SynthWave '84",
"dark theme",
"dark-theme",
"synthwave-remix",
"synthwave-remix-min-darker",
"neon",
"vaporwave",
"outrun",
"dark-theme",
"retro",
"retro-futuristic",
"cyberpunk",
"dark-theme"
],
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "SynthWave '84 Min Darker Theme",
"uiTheme": "vs-dark",
"path": "./themes/Synthwave Remix Min Darker-color-theme.json"
}
]
}
}