-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "dark-shell",
"version": "0.0.4",
"displayName": "Dark Shell",
"icon": "ds-icon.png",
"author": {
"name": "maximilionus",
"email": "[email protected]"
},
"publisher": "maximilionus",
"description": "Dark Shell is a minimalistic gray-shaded dark mode theme for Visual Studio Code, based on One Dark Pro syntax highlighting.",
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"keywords": [
"Dark Theme",
"Dark Mode",
"Gray Color",
"Gray Shaded",
"OneDarkPro Based"
],
"extensionKind": [
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/maximilionus/vscode-dark-shell.git"
},
"bugs": {
"url": "https://github.com/maximilionus/vscode-dark-shell/issues"
},
"license": "SEE LICENSE IN ./LICENSE",
"contributes": {
"themes": [
{
"label": "Dark Shell",
"uiTheme": "vs-dark",
"path": "./themes/Dark Shell-color-theme.json"
}
]
}
}