-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.38 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
46
47
48
49
50
51
52
53
{
"name": "david-dark-code",
"displayName": "David Dark Code",
"description": "David Dark is a dark theme for VS Code. It is based on the github theme and the default dark theme. It is designed to be easy on the eyes and to be used for long periods of time.",
"keywords": [
"Themes",
"Dark Theme",
"color-theme",
"Jasmine"
],
"scripts": {
"postinstall": "node ./node_modules/vsce/out/main --install-extensionPublisher cojocaru-david --install-extensionName david-dark-code --install-extensionVersion 0.2.1"
},
"icon": "images/logo.png",
"publisher": "cojocaru-david",
"license": "MIT",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/cojocaru-david/david-dark-code.git"
},
"engines": {
"vscode": "^1.83.0"
},
"categories": [
"Themes"
],
"author": {
"name": "David Cojocaru",
"email": "contact@cojocarudavid.me"
},
"bugs": {
"url": "https://github.com/cojocaru-david/david-dark-code/issues",
"email": "contact@cojocarudavid.me"
},
"homepage": "https://github.com/cojocaru-david/david-dark-code",
"galleryBanner": {
"color": "#6495ED",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "david-dark",
"uiTheme": "vs-dark",
"path": "./themes/david-dark-color-theme.json"
}
]
},
"dependencies": {
"vsce": "^2.15.0"
}
}