-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "subliminalr",
"displayName": "SubliminalR",
"description": "Inspired by the Subliminal theme this reloaded version has some extended language support and some personal preferences",
"license": "MIT",
"version": "0.3.2",
"publisher": "TobiasTimm",
"preview": false,
"engines": {
"vscode": "^1.22.0"
},
"keywords": [
"theme",
"subliminal",
"dark",
"gaeron",
"subliminalr"
],
"repository": {
"type": "git",
"url": "https://github.com/tobiastimm/subliminalr.git"
},
"bugs": {
"url": "https://github.com/tobiastimm/subliminalr/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "SubliminalR",
"uiTheme": "vs-dark",
"path": "./themes/subliminalr.json"
},
{
"label": "SubliminalR - Next",
"uiTheme": "vs-dark",
"path": "./themes/subliminalr-next.json"
}
]
},
"__metadata": {
"id": "4eb5aa72-8d86-4fd3-8fe1-e7c6f13cd63a",
"publisherDisplayName": "Tobias Timm",
"publisherId": "5e0244e1-b94f-4e44-8cdc-1397334a044f"
}
}