-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 790 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 790 Bytes
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
{
"name": "dank-neon",
"displayName": "Dank Neon",
"description": "A danker, more neon theme for VS Code",
"version": "1.4.0",
"publisher": "wuz",
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#2a2d46",
"theme": "dark"
},
"icon": "assets/icon.png",
"contributes": {
"themes": [
{
"label": "Dank Neon",
"uiTheme": "vs-dark",
"path": "./themes/Dank Neon-color-theme.json"
},
{
"label": "Dank Neon Light",
"uiTheme": "vs",
"path": "./themes/Dank Neon-color-theme-light.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/DankNeon/vscode.git"
},
"homepage": "https://dankneon.com/vscode"
}