-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
75 lines (75 loc) · 1.8 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ginfuru-onedark-raincoat-theme",
"displayName": "1Dark RainCoat",
"description": "A modified version of the One Dark + (Sublime Babel) color scheme, plus a custom Workbench theme",
"version": "0.9.9",
"publisher": "ginfuru",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"icon": "images/icon__raincoat.png",
"galleryBanner": {
"color": "#1a1a27",
"theme": "dark"
},
"keywords": [
"javascript",
"es6",
"sublime",
"one dark",
"atom"
],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/ginfuru/vscode-1dark-raincoat",
"repository": {
"type": "git",
"url": "https://github.com/ginfuru/vscode-1dark-raincoat.git"
},
"bugs": "https://github.com/ginfuru/vscode-1dark-raincoat/issues",
"contributes": {
"themes": [
{
"label": "1Dark RainCoat",
"uiTheme": "vs-dark",
"path": "./themes/1DRC.json"
},
{
"label": "1Dark RainCoat Bright",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Bright.json"
},
{
"label": "1Dark RainCoat Italic",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Italic.json"
},
{
"label": "1Dark RainCoat Bright Italic",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Bright-Italic.json"
},
{
"label": "1Dark Poncho",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Poncho.json"
},
{
"label": "1Dark PonchoHC",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Poncho-HC.json"
},
{
"label": "1Dark RainCoat Light",
"uiTheme": "vs",
"path": "./themes/1DRC-Light.json"
}
]
},
"dependencies": {
"global": "^4.3.2",
"vsce": "^1.42.0"
}
}