forked from NTBBloodbath/doom-one-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 775 Bytes
/
package.json
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
{
"name": "doom-one",
"displayName": "doom-one",
"description": "Doom Emacs' doom-one colorscheme port for VSC",
"version": "0.1.1",
"author": "NTBBloodbath",
"publisher": "NTBBloodbath",
"repository": {
"url": "https://github.com/NTBBloodbath/doom-one-vscode",
"type": "git"
},
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"keywords": [
"doom",
"emacs",
"port"
],
"contributes": {
"themes": [
{
"label": "doom-one",
"uiTheme": "vs-dark",
"path": "./themes/doom-one-color-theme.json"
}
]
},
"dependencies": {
"semver": "^7.5.2"
}
}