-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 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
{
"name": "calming-theme",
"displayName": "Calming Theme",
"version": "1.0.1",
"publisher": "diff001a",
"description": "Eye-calming theme with pink color palette. enjoy!!",
"icon": "icon.png",
"engines": {
"vscode": "*"
},
"auth": {
"name": "diff001a",
"email": "[email protected]",
"url": "https://github.com/diff001a"
},
"repository": {
"type": "git",
"url": "https://github.com/diff001a/CalmingTheme"
},
"bugs": {
"url": "https://github.com/diff001a/CalmingTheme/issues"
},
"galleryBanner": {
"color": "#353042",
"theme": "dark"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"theme",
"pink",
"cute",
"dark"
],
"contributes": {
"themes": [
{
"label": "Calming Theme",
"uiTheme": "vs-dark",
"path": "./themes/calming.json"
}
]
},
"__metadata": {
"id": "93172670-e4b2-4a24-b65f-f223a44fc345",
"publisherDisplayName": "diff001a",
"publisherId": "0812fed2-99a4-40f9-b427-f63b4d62e295"
}
}