-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 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
{
"name": "ocean-space",
"displayName": "Ocean Space",
"description": "Deep dark theme with a taste of the space",
"version": "1.4.0",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#23262E",
"theme": "dark"
},
"publisher": "oscarmcm",
"author": {
"name": "Oscar Cortez",
"url": "https://github.com/oscarmcm",
"email": "om.cortez.2010@gmail.com"
},
"repository": {
"url": "https://github.com/oscarmcm/ocean-space"
},
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ocean Space",
"uiTheme": "vs-dark",
"path": "./themes/OceanSpace-color-theme.json"
},
{
"label": "Ocean Space Italic",
"uiTheme": "vs-dark",
"path": "./themes/OceanSpace-italic-color-theme.json"
}
]
}
}