-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 826 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
43
44
{
"name": "inbedby7pm",
"displayName": "In Bed By 7pm",
"description": "A color theme for non-night owls",
"version": "0.4.0",
"publisher": "sdras",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.49.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/sdras/inbedby7pm"
},
"icon": "sleep-icon.jpg",
"galleryBanner": {
"color": "#41678b",
"theme": "dark"
},
"scripts": {
"publish": "vsce publish"
},
"keywords": [
"Theme",
"Dark Theme",
"In Bed By 7pm",
"InBedBy7pm",
"Soothing",
"Palette",
"Sleepy"
],
"contributes": {
"themes": [
{
"label": "In Bed by 7pm",
"uiTheme": "vs-dark",
"path": "./themes/in-bed-by-7.json"
}
]
}
}