-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.3 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.3 KB
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
{
"name": "oceanic-park",
"displayName": "Oceanic Park",
"publisher": "Parklife",
"repository": {
"type": "git",
"url": "https://github.com/seanparkross/oceanic-park"
},
"author": "Sean Park <hello@parklife-inc.com>",
"description": "A beautiful oceanic-inspired dark theme for Visual Studio Code and Cursor. Features ocean blue colors, aquamarine highlights, and excellent syntax highlighting for a calm coding experience.",
"version": "0.0.15",
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Oceanic Park",
"uiTheme": "vs-dark",
"path": "./themes/Oceanic Park-color-theme.json"
}
]
},
"keywords": [
"theme",
"color-theme",
"dark theme",
"dark",
"oceanic",
"oceanic next",
"oceanic park",
"park",
"cobalt 2",
"blue",
"aquamarine",
"sea",
"ocean",
"water",
"teal",
"cyan",
"vscode",
"cursor",
"editor",
"syntax",
"highlighting"
],
"galleryBanner": {
"color": "#17242b",
"theme": "dark"
},
"icon": "ocean-icon.png",
"__metadata": {
"id": "e144c145-a19d-472d-bb06-2c9a0d104630",
"publisherDisplayName": "Parklife",
"publisherId": "5443329f-3357-4db5-bd6c-ab0627316560"
}
}