-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
{
"name": "vsc-rosely-light",
"displayName": "Rosely Light",
"description": "Rosely Light Visual Studio Code Theme is based on a millennial pink inspired colour palette. It is a deliberately low contrast theme using contemporary colours designed to induce calmness and serenity.",
"version": "1.0.2",
"publisher": "hellotham",
"license": "MIT",
"homepage": "https://github.com/hellotham/vsc-rosely-light/blob/master/README.md",
"bugs": {
"url": "https://github.com/hellotham/vsc-rosely-light/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hellotham/vsc-rosely-light.git"
},
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"galleryBanner": {
"color": "#f7caca",
"theme": "light"
},
"contributes": {
"themes": [
{
"label": "Rosely Light",
"uiTheme": "vs",
"path": "./themes/RoselyLight.json"
}
]
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
}
}