-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "white-peach-theme",
"displayName": "White Peach Theme",
"description": "Light theme with pink and green peachy colors.",
"version": "0.1.4",
"publisher": "MagdalenaLipka",
"license": "MIT",
"keywords": [
"theme",
"light",
"clean",
"pink"
],
"icon": "static/peach.png",
"homepage": "https://github.com/magdalenalipka/white-peach-theme",
"repository": {
"url": "https://github.com/magdalenalipka/white-peach-theme",
"type": "git"
},
"bugs": {
"url": "https://github.com/magdalenalipka/white-peach-theme"
},
"galleryBanner": {
"color": "#f9f9f9",
"theme": "light"
},
"engines": {
"vscode": "^1.61.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "White Peach Theme",
"uiTheme": "vs",
"path": "./themes/White Peach Theme-color-theme.json"
},
{
"label": "White Peach Extended Theme",
"uiTheme": "vs",
"path": "./themes/White Peach Extended Theme-color-theme.json"
},
{
"label": "White Peach Framed Theme",
"uiTheme": "vs",
"path": "./themes/White Peach Framed Theme-color-theme.json"
},
{
"label": "White Peach Extended Framed Theme",
"uiTheme": "vs",
"path": "./themes/White Peach Extended Framed Theme-color-theme.json"
}
]
}
}