-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) 路 745 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 745 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
{
"name": "arkham-theme",
"displayName": "Arkham Theme",
"description": "A purplish dark theme with clear divisions and nice colors",
"version": "1.13.0",
"publisher": "lucasmsa",
"engines": {
"vscode": "^1.46.0"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Arkham Theme",
"uiTheme": "vs-dark",
"path": "./themes/Arkham Theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/lucasmsa/arkham-theme.git"
},
"homepage": "https://github.com/lucasmsa/arkham-theme/blob/master/README.md"
}