-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1000 Bytes
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1000 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
48
49
{
"name": "umbra",
"displayName": "Umbra",
"description": "A VS Code dark red theme inspired by Bear App colors and GitHub syntax color scheme.",
"version": "1.4.10",
"publisher": "greven",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/greven/umbra-vscode-theme"
},
"keywords": [
"theme",
"dark",
"night",
"minimalist",
"clean"
],
"engines": {
"vscode": "^1.20.0"
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
},
"categories": [
"Themes",
"Other"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#191919",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Umbra",
"uiTheme": "vs-dark",
"path": "./themes/dark.json"
}
]
},
"__metadata": {
"id": "0cdb07e7-2267-4532-8a54-bf8aab16afef",
"publisherDisplayName": "greven",
"publisherId": "4b8ed01e-f0fa-4b78-9fdb-c0aa47b211a0"
}
}