-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 861 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
{
"name": "jelly-theme",
"displayName": "Jelly Theme",
"version": "0.0.3",
"publisher": "kylethebaker",
"description": "Dark purple for a dark worldl",
"repository": {
"type": "git",
"url": "https://github.com/kylethebaker/jelly-theme-vscode"
},
"bugs": {
"url": "https://github.com/kylethebaker/jelly-theme-vscode/issues"
},
"galleryBanner": {
"color": "#0a0b12",
"theme": "dark"
},
"icon": "images/icon.png",
"scripts": {
"build": "vsce package"
},
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "jelly",
"uiTheme": "vs-dark",
"path": "./themes/jelly-color-theme.json"
}
]
},
"__metadata": {
"id": "c043bbd4-c525-434b-afc9-ff1067c0bcb4",
"publisherDisplayName": "kylethebaker",
"publisherId": "2b7a687c-6620-4559-a375-b4c2027fc538"
}
}