-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 937 Bytes
/
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
{
"name": "oceanic-park",
"displayName": "Oceanic Park",
"publisher": "Parklife",
"repository": {
"type": "git",
"url": "https://github.com/Spark3000/Oceanic-Park"
},
"author": "Sean Park <[email protected]> (https://twitter.com/seanseanio)",
"description": "An improved combination of Cobalt Next, Cobalt2 and Oceanic Next.",
"version": "0.0.7",
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Oceanic Park",
"uiTheme": "vs-dark",
"path": "./themes/Oceanic Park-color-theme.json"
}
]
},
"keywords": [
"theme",
"dark theme",
"oceanic next",
"cobalt 2",
"oceanic park"
],
"galleryBanner": {
"color": "#17242b",
"theme": "dark"
},
"icon": "ocean-icon.png",
"__metadata": {
"id": "e144c145-a19d-472d-bb06-2c9a0d104630",
"publisherDisplayName": "Parklife",
"publisherId": "5443329f-3357-4db5-bd6c-ab0627316560"
}
}