forked from idleberg/vscode-hopscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "enzo",
"displayName": "enzo",
"description": "theme and syntax for vscode",
"version": "1.0.0",
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"syntax coloring",
"javascript",
"bash",
"typescript",
"react",
"color",
"colour",
"coloring",
"colouring",
"theme",
"color theme",
"scheme",
"color scheme",
"syntax",
"syntax coloring",
"syntax colouring",
"language",
"language grammar",
"language extension",
"code",
"script",
"class",
"classes",
"vscode",
"vs code",
"visual studio",
"visual studio code",
"enzo"
],
"publisher": "jcklpe",
"author": {
"name": "Aslan French (jcklpe)",
"url": "https://www.jackalope.tech"
},
"icon": "images/logo.png",
"galleryBanner": {
"color": "#2b2d35",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/jcklpe/vscode-enzo"
},
"homepage": "https://github.com/jcklpe/vscode-enzo/blob/master/README.md",
"bugs": {
"url": "https://github.com/jcklpe/vscode-enzo/issues"
},
"contributes": {
"themes": [
{
"label": "enzo",
"uiTheme": "vs-dark",
"path": "./themes/theme-enzo.json"
}
]
}
}