-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 895 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
{
"name": "luna",
"displayName": "Luna Theme",
"description": "An eye-friendly dark color theme for night coding sessions.",
"license": "MIT",
"version": "0.3.1",
"publisher": "kkeri",
"engines": {
"vscode": "^1.12.2"
},
"icon": "image/logo.png",
"galleryBanner": {
"color": "#1f1d1d",
"theme": "dark"
},
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/kkeri/luna/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kkeri/luna.git"
},
"contributes": {
"themes": [
{
"label": "Luna",
"uiTheme": "vs-dark",
"path": "./themes/luna.json"
}
]
},
"keywords": [
"dark",
"soft",
"easy",
"colorful",
"dimmed"
]
}