-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
{
"name": "rubecula",
"displayName": "Rubecula",
"description": "Hyperminimal theme based on AmCoder Bright.",
"version": "2.0.8",
"publisher": "andreasbackx",
"license": "MIT",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Themes"
],
"keywords": [
"monokai",
"amcoder",
"theme",
"dark",
"light",
"dawn",
"dusk"
],
"galleryBanner": {
"color": "#1C1C1C",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Rubecula",
"uiTheme": "vs-dark",
"path": "./themes/Rubecula.json"
},
{
"label": "Rubecula Dawn",
"uiTheme": "vs",
"path": "./themes/Rubecula Dawn.json"
}
]
},
"markdown": "github",
"qna": "https://github.com/Rubecula/VS-Code/issues",
"scripts": {
"template": "node template.js"
},
"icon": "img/icon.jpg",
"repository": {
"type": "git",
"url": "https://github.com/Rubecula/VS-Code"
},
"__metadata": {
"id": "2d71c930-aa44-49e8-b646-74a85bd78dc5",
"publisherDisplayName": "Andreas Backx",
"publisherId": "c98148cd-81e5-4535-9f43-d0b40410360d"
}
}