-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 920 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
{
"name": "makinda-light",
"displayName": "Makinda Light",
"description": "A light orange-ish theme for VS Code",
"version": "0.2.3",
"publisher": "makindajack",
"icon": "images/icon.png",
"author": {
"name": "Jackson Makinda",
"email": "jacksonmakinda@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/makindajack/makinda-light"
},
"bugs": {
"url": "https://github.com/makindajack/makinda-light/issues",
"email": "jacksonmakinda@outlook.com"
},
"keywords": [
"theme",
"light theme",
"makinda light",
"makindajack",
"jackson makinda",
"makinda light theme"
],
"engines": {
"vscode": "^1.58.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Makinda Light",
"uiTheme": "vs",
"path": "./themes/Makinda Light-color-theme.json"
}
]
}
}