-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 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
{
"name": "wvsc-serendipity",
"displayName": "Serendipity",
"description": "Elegant, minimal, and clean color palette to give your eyes rest on different interfaces.",
"version": "1.66.0",
"publisher": "wicked-labs",
"repository": {
"type": "git",
"url": "https://github.com/Serendipity-Theme/vs-code.git"
},
"bugs": {
"url": "https://github.com/Serendipity-Theme/vs-code.git",
"email": "[email protected]"
},
"homepage": "https://www.michaelandreuzza.com/vscode/serendipity/",
"icon": "logo/theme-icon.png",
"galleryBanner": {
"color": "#060a15",
"theme": "dark"
},
"engines": {
"vscode": "^1.57.0"
},
"categories": [
"Themes"
],
"keywords": [
"michael andreuzza",
"serendipity",
"light-theme",
"dark-theme"
],
"contributes": {
"themes": [
{
"label": "Serendipity Midnight Electric",
"uiTheme": "vs-dark",
"path": "./themes/serendipity-midnight-electric.json"
},
{
"label": "Serendipity Sunset",
"uiTheme": "vs-dark",
"path": "./themes/serendipity-sunset.json"
},
{
"label": "Serendipity Morning",
"uiTheme": "vs",
"path": "./themes/serendipity-morning.json"
},
{
"label": "Serendipity Midnight",
"uiTheme": "vs-dark",
"path": "./themes/serendipity-midnight.json"
}
],
"iconThemes": [
{
"id": "serendipity-icons",
"label": "Serendipity Icons",
"path": "./icons/serendipity-theme.json"
}
]
}
}