-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.83 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
64
65
66
67
68
69
70
71
72
73
74
{
"author": "a5hk",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Night Coder Ember",
"path": "./themes/night-coder-ember-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Ember Contrast",
"path": "./themes/night-coder-ember-contrast-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Flame",
"path": "./themes/night-coder-flame-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Flame Contrast",
"path": "./themes/night-coder-flame-contrast-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Ash",
"path": "./themes/night-coder-ash-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Ash Contrast",
"path": "./themes/night-coder-ash-contrast-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Charcoal",
"path": "./themes/night-coder-charcoal-color-theme.json",
"uiTheme": "vs-dark"
},
{
"label": "Night Coder Charcoal Contrast",
"path": "./themes/night-coder-charcoal-contrast-color-theme.json",
"uiTheme": "vs-dark"
}
]
},
"description": "The dark side of coding.",
"displayName": "Night Coder",
"engines": {
"vscode": "^1.60.0"
},
"galleryBanner": {
"color": "#030917",
"theme": "dark"
},
"homepage": "https://github.com/a5hk/night-coder",
"icon": "icon.png",
"keywords": [
"NightCoder",
"Night Coder",
"Dark"
],
"license": "MIT",
"name": "night-coder",
"publisher": "a5hk",
"repository": {
"type": "git",
"url": "https://github.com/a5hk/night-coder"
},
"version": "5.2.0"
}