-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
{
"name": "lanno-night-storm",
"displayName": "Night Storm Theme",
"description": "A clean, dark Visual Studio Code theme",
"publisher": "LucianoOliveira",
"version": "0.0.12",
"engines": {
"vscode": "^1.58.0"
},
"license": "MIT",
"keywords": [
"theme",
"contrast",
"dark",
"clean",
"flat"
],
"icon": "images/icon.png",
"author": {
"name": "Luciano Oliveira",
"email": "workingluciano@gmail.com",
"url": "https://lanno.me"
},
"homepage": "https://github.com/luciano-work/night-storm-theme.git",
"bugs": {
"url": "https://github.com/luciano-work/night-storm-theme/issues"
},
"repository": {
"url": "https://github.com/luciano-work/night-storm-theme.git",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Night Storm",
"uiTheme": "vs-dark",
"path": "./themes/night-storm-color-theme.json"
},
{
"label": "Night Storm Dark",
"uiTheme": "vs-dark",
"path": "./themes/night-storm-dark-color-theme.json"
}
]
}
}