-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.21 KB
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": "night-mind",
"displayName": "Night Mind",
"description": "Dark Theme with strong focus highlights",
"publisher": "b1m1nd",
"author": {
"name": "Brent S. Morton"
},
"version": "0.1.70",
"repository": {
"type": "git",
"url": "https://github.com/b1m1nd/night-mind-theme"
},
"bugs": {
"url": "https://github.com/b1m1nd/night-mind-theme/issues",
"email": "b@1mind.dev"
},
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"keywords": [
"Night",
"Dark",
"Theme",
"Dark Theme",
"Night Theme",
"Night Mind",
"1Mind",
"b1m1nd"
],
"contributes": {
"themes": [
{
"label": "Night Mind [purple-italic]",
"uiTheme": "vs-dark",
"path": "./themes/night-mind-deep-purple-italic.json"
},
{
"label": "Night Mind [purple]",
"uiTheme": "vs-dark",
"path": "./themes/night-mind-deep-purple.json"
},
{
"label": "Night Mind [gray-italic]",
"uiTheme": "vs-dark",
"path": "./themes/night-mind-gray.json"
},
{
"label": "Night Mind [gray]",
"uiTheme": "vs-dark",
"path": "./themes/night-mind-gray.json"
}
]
},
"galleryBanner": {
"color": "#1b1b1b",
"theme": "dark"
},
"icon": "images/night-mind-icon.png"
}