-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "lights-out",
"displayName": "Lights Out",
"description": "A beautiful dark vscode color theme",
"version": "1.0.2",
"publisher": "nedy",
"author": "Nedy Udombat <nedyudombat@gmail.com> (http://twitter.com/nedyudombat)",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NedyUdombat/lights-out-vscode-theme"
},
"bugs": {
"url": "https://github.com/NedyUdombat/lights-out-vscode-theme/issues"
},
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Lights Out",
"Night Theme",
"Color Theme",
"Vscode Dark Theme",
"Accessible Theme"
],
"contributes": {
"themes": [
{
"label": "Lights Out",
"uiTheme": "vs-dark",
"path": "./themes/Lights Out-color-theme.json"
}
]
},
"__metadata": {
"publisherDisplayName": "Edidiong Nedy Udombat"
}
}