-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 904 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
36
37
38
{
"name": "rdcd",
"displayName": "RDCD",
"description": "RDCD theme is a reduced color scheme for syntax highlighting and minimal theme for VSCode",
"version": "0.1.0",
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [{
"label": "RDCD",
"uiTheme": "vs-dark",
"path": "./themes/rdcd-color-theme.json"
}]
},
"author": "Shoizz (https://github.com/Shoizz)",
"publisher": "Shoizz",
"repository": {
"type": "git",
"url": "git+https://github.com/Shoizz/rdcd-theme.git"
},
"icon": "images/icon.png",
"galleryBanner": {
"color": "#161820",
"theme": "dark"
},
"homepage": "https://github.com/Shoizz/rdcd-theme",
"bugs": {
"url": "https://github.com/Shoizz/rdcd-theme/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}