-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 1.75 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
76
77
{
"name": "theme-boxythemekit",
"displayName": "Boxy Theme Kit",
"description": "Tomorrow Night, Monokai, Nova, Ocean, Solarized Dark, Solarized Light, and Yesterday color schemes in Sublime Boxy Theme kit.",
"version": "0.5.4",
"publisher": "trongthanh",
"license": "MIT",
"homepage": "https://github.com/trongthanh/vscode-boxythemekit",
"repository": {
"type": "git",
"url": "https://github.com/trongthanh/vscode-boxythemekit.git"
},
"scripts": {
"vsce-publish": "vsce publish"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Boxy Tomorrow",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Tomorrow.json"
},
{
"label": "Boxy Monokai",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Monokai.json"
},
{
"label": "Boxy Nova",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Nova.json"
},
{
"label": "Boxy Ocean",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Ocean.json"
},
{
"label": "Boxy Ocean (dimmed bg)",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Ocean dimmed.json"
},
{
"label": "Boxy Ocean Light",
"uiTheme": "vs",
"path": "./themes/Boxy Ocean Light.json"
},
{
"label": "Boxy Solarized Dark",
"uiTheme": "vs-dark",
"path": "./themes/Boxy Solarized Dark.json"
},
{
"label": "Boxy Solarized Light",
"uiTheme": "vs",
"path": "./themes/Boxy Solarized Light.json"
},
{
"label": "Boxy Yesterday",
"uiTheme": "vs",
"path": "./themes/Boxy Yesterday.json"
}
]
},
"__metadata": {
"id": "6df845ea-159a-4848-bdf4-60d9b2cbd13c",
"publisherDisplayName": "Thanh Tran",
"publisherId": "4796ba5e-65ce-4e04-853b-798ae85f900b"
}
}