-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "raspberrycandy",
"displayName": "raspberryCandy",
"version": "0.0.6",
"publisher": "tomWritesCode",
"description": "Pastel/Neon colour theme.",
"author": {
"name": "Thomas Whitaker - tomWritesCode"
},
"engines": {
"vscode": "^1.26.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tomWritesCode/raspberryCandy"
},
"categories": [
"Themes"
],
"icon": "Artworks/fullLogo.jpg",
"galleryBanner": {
"color": "#160021",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "raspberryCandy",
"uiTheme": "vs-dark",
"path": "./themes/raspberryCandy.json"
},
{
"label": "raspberryCandy - Original",
"uiTheme": "vs-dark",
"path": "./themes/raspberryCandy-original.json"
},
{
"label": "raspberryCandy - sugarFree",
"uiTheme": "vs",
"path": "./themes/raspberryCandy-sugarFree.json"
}
]
},
"preview": false,
"license": "MIT"
}