-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.41 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": "hacker-theme",
"displayName": "hacker-theme",
"description": "The perfect theme for writing IP tracers in Visual Basic and reverse-proxying a UNIX-system firewall",
"author": {
"name": "Thor Erik Lie",
"email": "[email protected]"
},
"version": "3.0.1",
"scripts": {
"deploy": "vsce publish"
},
"engines": {
"vscode": "^1.47.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Hacker Theme Monochrome",
"uiTheme": "vs-dark",
"path": "./themes/Hacker-Theme-Monochrome-color-theme.json"
},
{
"label": "Hacker Theme Colorized",
"uiTheme": "vs-dark",
"path": "./themes/Hacker-Theme-Colorkeywords-color-theme.json"
},
{
"label": "Red Hacker Theme Colorized",
"uiTheme": "vs-dark",
"path": "./themes/Red-Hacker-Theme-Colorkeywords-color-theme.json"
}
]
},
"galleryBanner": {
"theme": "dark",
"color": "#505050"
},
"icon": "media/icon.png",
"license": "MIT",
"publisher": "thorerik",
"repository": {
"type": "git",
"url": "https://github.com/thorerik/vscode-hacker-theme"
},
"dependencies": {
"vsce": "^1.78.0"
}
}