-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "minimal-kiwi",
"displayName": "Minimal Kiwi",
"description": "VSCode theme that immerse you in the refreshing allure: A minimalistic, vibrant VSCode theme that harmonizes productivity with the soothing hue of Green Kiwi.",
"version": "2.0.2",
"publisher": "pranjalkumar",
"author": {
"name": "Pranjal Kumar",
"email": "[email protected]",
"url": "https://blogs.pranjalkumar.in"
},
"homepage": "https://github.com/pranjal-barnwal/minimal-kiwi/blob/main/README.md",
"icon": "assets/logo.webp",
"repository": {
"type": "git",
"url": "https://github.com/pranjal-barnwal/minimal-kiwi"
},
"bugs": {
"url": "https://github.com/pranjal-barnwal/minimal-kiwi/issues"
},
"galleryBanner": {
"color": "#1e1e1e",
"theme": "dark"
},
"keywords": [
"theme",
"minimal theme",
"modern theme",
"dark theme",
"pranjal kumar",
"minimal theme",
"minimal kiwi",
"minimalkiwi"
],
"engines": {
"vscode": "^1.89.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Minimal Kiwi",
"uiTheme": "vs-dark",
"path": "./themes/Minimal Kiwi-color-theme.json"
}
]
}
}