-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 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
{
"name": "dantes",
"displayName": "Dantes",
"description": "Official Monte Cristo Theme. One theme for all, all platforms for one.",
"version": "2.1.1",
"publisher": "dantes",
"license": "MIT",
"homepage": "https://dantestheme.github.io/dantes-website/",
"repository": {
"type": "git",
"url": "https://github.com/dantestheme/visual-studio-code"
},
"engines": {
"vscode": "^1.62.0"
},
"categories": [
"Themes"
],
"keywords": [
"dantes",
"dark",
"theme",
"color-theme",
"dark-theme"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Dantes",
"uiTheme": "vs-dark",
"path": "./themes/dantes.json"
}
]
}
}