-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "alternight",
"displayName": "AlterNight",
"description": "A Visual Studio Code theme for those who code at night",
"version": "3.0.0",
"publisher": "spaceinvadev",
"author": {
"name": "Mauricio Paternina",
"url": "https://spaceinvadev.github.io/alternight/",
"email": "[email protected]"
},
"icon": "alternight-logo.png",
"galleryBanner": {
"color": "#1f172b",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/spaceinvadev/alternight-vscode-theme"
},
"bugs": {
"url": "https://github.com/spaceinvadev/alternight-vscode-theme/issues"
},
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Themes"
],
"keywords": [
"Theme",
"Themes",
"Dark",
"Purple",
"Blue",
"Indie",
"Retro",
"80s",
"Neon",
"Alternative",
"Night",
"Cobalt",
"Ocean",
"Ocean Next",
"React",
"React Theme",
"italic"
],
"contributes": {
"themes": [
{
"label": "AlterNight",
"uiTheme": "vs-dark",
"path": "./themes/alternight-color-theme.json"
},
{
"label": "AlterNight (No Italics)",
"uiTheme": "vs-dark",
"path": "./themes/alternight-color-theme-no-italics.json"
}
]
}
}