-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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": "theme-nemo",
"displayName": "ThemeNemo",
"description": "Just another dark theme for awesome developers!",
"version": "1.6.5",
"publisher": "AlvinJamesBellero",
"icon": "assets/theme-nemo-icon.png",
"repository": {
"type": "git",
"url": "https://github.com/shiftEscape/theme-nemo-vscode"
},
"author": {
"name": "Alvin James Bellero",
"email": "ajames.bellero@gmail.com"
},
"sponsor": {
"url": "https://github.com/sponsors/shiftEscape"
},
"homepage": "https://github.com/shiftEscape/theme-nemo-vscode/blob/master/README.md",
"galleryBanner": {
"color": "#2a0c2a",
"theme": "dark"
},
"keywords": [
"themenemo",
"theme nemo",
"dark theme",
"dark theme for developers",
"developer theme",
"awesome theme"
],
"engines": {
"vscode": "^1.75.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "ThemeNemo",
"uiTheme": "vs-dark",
"path": "./themes/ThemeNemo-color-theme.json"
}
]
}
}