-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.43 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
{
"name": "raiju",
"displayName": "Raijū",
"description": "Raijū is a Visual Studio Code theme inspired by Ariake Dark and Subliminal",
"license": "MIT",
"version": "2.2.2",
"publisher": "TobiasTimm",
"icon": "icon.png",
"preview": false,
"engines": {
"vscode": "^1.22.0"
},
"keywords": [
"theme",
"blue",
"subliminal",
"dark",
"ariake"
],
"repository": {
"type": "git",
"url": "https://github.com/tobiastimm/raiju.git"
},
"bugs": {
"url": "https://github.com/tobiastimm/raiju/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Raijū - Classic",
"uiTheme": "vs-dark",
"path": "./themes/raiju-classic.json"
},
{
"label": "Raijū",
"uiTheme": "vs-dark",
"path": "./themes/raiju.json"
},
{
"label": "Raijū (No italics)",
"uiTheme": "vs-dark",
"path": "./themes/raiju-noitalic.json"
},
{
"label": "Raijū - Dark",
"uiTheme": "vs-dark",
"path": "./themes/raiju-dark.json"
},
{
"label": "Raijū - Dark (No italics)",
"uiTheme": "vs-dark",
"path": "./themes/raiju-dark-noitalic.json"
}
]
},
"__metadata": {
"id": "164a680e-c8b0-4902-9321-dfd1888bf543",
"publisherDisplayName": "Tobias Timm",
"publisherId": "5e0244e1-b94f-4e44-8cdc-1397334a044f"
}
}