-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 969 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 969 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
46
47
{
"name": "u1145h-heme-ark",
"displayName": "Noir Essence",
"description": "👋",
"version": "0.6.0",
"publisher": "u1145h",
"repository": {
"type": "git",
"url": "https://github.com/u1145h/vscode-theme"
},
"keywords": [
"Noir Essence",
"Noir",
"Essence",
"theme",
"dark theme",
"u1145h",
"u1145h theme",
"u1145h dark theme"
],
"engines": {
"vscode": ">=1.60.0"
},
"icon": "screenshots/logo.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Noir Essence Dark",
"uiTheme": "vs-dark",
"path": "./themes/noir_essence_dark.json"
},
{
"label": "Noir Essence Dark Border",
"uiTheme": "vs-dark",
"path": "./themes/noir_essence_dark_border.json"
},
{
"label": "Noir Essence Light",
"uiTheme": "vs-dark",
"path": "./themes/noir_essence_light.json"
}
]
}
}