-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "lunar",
"displayName": "Lunar Theme",
"publisher": "bereketsemagn",
"description": "A minimal, dark and light space theme for VSCode.",
"license": "See LICENSE.md",
"version": "1.4.0",
"engines": {
"vscode": "^1.41.0"
},
"icon": "assets/icon.gif",
"repository": {
"type": "git",
"url": "https://github.com/imbereket/lunar-theme-vscode"
},
"homepage": "https://github.com/imbereket/lunar-theme-vscode/blob/master/README.md",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#414a4c",
"theme": "dark"
},
"keywords": [
"Accessible Theme",
"color-theme",
"Dark Theme",
"Light Theme",
"Theme",
"Space Theme",
"Lunar",
"Theme"
],
"contributes": {
"themes": [
{
"label": "Lunar Dark",
"uiTheme": "vs-dark",
"path": "./themes/lunar-dark-color-theme.json"
},
{
"label": "Lunar Midnight",
"uiTheme": "vs-dark",
"path": "./themes/lunar-midnight-color-theme.json"
}
]
}
}