-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.05 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": "rens-theme",
"publisher": "RendiOkriza",
"displayName": "Rens Theme",
"description": "A theme that suit your mood.",
"icon": "images/logo.png",
"version": "0.1.0",
"engines": {
"vscode": "^1.75.0"
},
"author": {
"name": "Rendi Okriza Putra",
"email": "[email protected]",
"url": "https://github.com/okriiza"
},
"repository": {
"type": "git",
"url": "https://github.com/okriiza/Rens-Theme.git"
},
"keywords": [
"rens theme",
"green",
"soft theme",
"theme mood",
"dark",
"material theme",
"material"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Rens Dark",
"uiTheme": "vs-dark",
"path": "./themes/Rens Dark-color-theme.json"
},
{
"label": "Rens Dark Soft",
"uiTheme": "vs-dark",
"path": "./themes/Rens Dark Soft-color-theme.json"
},
{
"label": "Rens Sweet",
"uiTheme": "vs-dark",
"path": "./themes/Rens Sweet-color-theme.json"
}
]
}
}