-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.78 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
64
65
66
67
68
{
"name": "vscode-dark-neue",
"displayName": "Dark Modern Neue",
"publisher": "albcantero",
"description": "The Dark Modern refresh you've been waiting for — refined color hierarchies, a GitHub color scheme variant, and a Vercel-inspired monochrome minimal.",
"version": "2.0.2",
"icon": "images/icon.png",
"license": "MIT",
"engines": {
"vscode": "^1.99.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"dark modern",
"minimal",
"github",
"shadcn",
"vercel",
"monochrome",
"black",
"high contrast",
"color theme"
],
"galleryBanner": {
"color": "#0a0a0a",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/albcantero/vscode-dark-neue"
},
"homepage": "https://github.com/albcantero/vscode-dark-neue/blob/main/README.md",
"bugs": {
"url": "https://github.com/albcantero/vscode-dark-neue/issues"
},
"contributes": {
"themes": [
{
"id": "Default Dark Modern Neue",
"label": "Dark Modern Neue",
"uiTheme": "vs-dark",
"path": "./themes/vscode-dark-neue.json"
},
{
"id": "Default Dark Modern Neue High Contrast",
"label": "Dark Modern Neue (High Contrast) - DEPRECATED",
"uiTheme": "vs-dark",
"path": "./themes/vscode-dark-neue-high-contrast.json"
},
{
"id": "Default Dark Modern Neue Minimal",
"label": "Dark Modern Neue (Minimal)",
"uiTheme": "vs-dark",
"path": "./themes/vscode-dark-neue-minimal.json"
},
{
"id": "Default Dark Modern Neue GitHub",
"label": "Dark Modern Neue (GitHub Scheme) ✨new✨",
"uiTheme": "vs-dark",
"path": "./themes/vscode-dark-neue-github.json"
}
]
}
}