-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.61 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
{
"name": "spacebox-theme",
"displayName": "SpaceBox",
"description": "A sleek and professional dark theme for Visual Studio Code, designed to minimize eye strain and maximize focus. SpaceBox offers a unique color palette that provides excellent contrast while maintaining a soothing atmosphere. This theme is perfect for developers who prefer a dark workspace that is easy on the eyes and enhances productivity.",
"publisher": "SpaceBox",
"license": "MIT",
"version": "0.1.2",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"keywords": [
"dark",
"dark theme",
"purple",
"blue",
"dark",
"github",
"spacebox"
],
"galleryBanner": {
"color": "#0d1116",
"theme": "dark"
},
"icon": "images/icon.png",
"pricing": "Free",
"repository": {
"type": "git",
"url": "https://github.com/amnweb/SpaceBox-Theme"
},
"contributes": {
"themes": [
{
"label": "SpaceBox",
"uiTheme": "vs-dark",
"path": "./themes/SpaceBox-color-theme.json"
},
{
"label": "SpaceBox Pulsar",
"uiTheme": "vs-dark",
"path": "./themes/SpaceBox-pulsar-color-theme.json"
},
{
"label": "SpaceBox Nebula",
"uiTheme": "vs-dark",
"path": "./themes/SpaceBox-nebula-color-theme.json"
},
{
"label": "SpaceBox Nova",
"uiTheme": "vs-dark",
"path": "./themes/SpaceBox-nova-color-theme.json"
},
{
"label": "SpaceBox Pro",
"uiTheme": "vs-dark",
"path": "./themes/SpaceBox-pro-color-theme.json"
}
],
"iconThemes": [
{
"id": "spacebox.file-icon-theme",
"label": "SpaceBox File Icon",
"path": "./icons/SpaceBox-icon-theme.json"
}
]
}
}