-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 925 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
43
44
45
46
47
48
{
"name": "nako",
"displayName": "Nako",
"description": "Premium dark color theme for Visual Studio Code",
"author": {
"name": "Artem Zakharchenko",
"url": "https://github.com/kettanaito"
},
"publisher": "kettanaito",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/kettanaito/vscode-nako-theme"
},
"scripts": {
"release": "release publish"
},
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"icon": "nako-icon.png",
"galleryBanner": {
"color": "#080808",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Contrast",
"Nako"
],
"contributes": {
"themes": [
{
"label": "Nako",
"uiTheme": "vs-dark",
"path": "./themes/nako-dark-color-theme.json"
}
]
},
"devDependencies": {
"@ossjs/release": "^0.3.2",
"vsce": "^2.10.0"
}
}