-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 2.09 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
{
"name": "monokai-charcoal-high-contrast",
"displayName": "Monokai Charcoal high contrast",
"description": "monokai Charcoal with High Contrast frame",
"version": "3.4.0",
"publisher": "74th",
"repository": {
"type": "git",
"url": "https://github.com/74th/vscode-monokaicharcoal"
},
"homepage": "https://github.com/74th/vscode-monokaicharcoal",
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"configuration": {},
"themes": [
{
"label": "monokai-charcoal",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal.json"
},
{
"label": "monokai-charcoal (orange)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-orange.json"
},
{
"label": "monokai-charcoal (purple)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-purple.json"
},
{
"label": "monokai-charcoal (red)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-red.json"
},
{
"label": "monokai-charcoal (yellow)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-yellow.json"
},
{
"label": "monokai-charcoal (green)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-green.json"
},
{
"label": "monokai-charcoal (gray)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-gray.json"
},
{
"label": "monokai-charcoal (white)",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-Charcoal-white.json"
}
]
},
"devDependencies": {
"prettier": "^2.3.0",
"vsce": "^1.75.0"
}
}