-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 783 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 783 Bytes
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
{
"name": "nada",
"displayName": "Nada Theme",
"description": "A dark theme full of Nada.",
"version": "1.16.0",
"publisher": "nada",
"license": "MIT",
"author": {
"name": "Adan Perez"
},
"repository": {
"type": "git",
"url": "https://github.com/adanperez/nada-theme"
},
"engines": {
"vscode": "^1.37.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"nada",
"awesome",
"colorful",
"css",
"react",
"svelte"
],
"icon": "assets/nada-icon-v2.png",
"galleryBanner": {
"color": "#212733",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Nada",
"uiTheme": "vs-dark",
"path": "./themes/nada-color-theme.json"
}
]
}
}