-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.2 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
{
"name": "oceanic-depths",
"displayName": "Oceanic-Depths",
"author": {
"name": "Lokesh Kavisth"
},
"description": "Oceanic-Depths Theme: Inspired by the colors of the ocean.",
"version": "0.0.1",
"publisher": "LokeshKavisth",
"license": "MIT",
"bugs": {
"url": "https://github.com/lokeshkavisth/oceanic-depths/issues"
},
"homepage": "https://github.com/lokeshkavisth/oceanic-depths",
"repository": {
"type": "git",
"url": "https://github.com/lokeshkavisth/oceanic-depths"
},
"icon": "./icon.jpeg",
"keywords": [
"oceanic-depths",
"oceanicdepths",
"vscode-oceanic-depths-theme",
"theme",
"dark theme",
"lokesh kavisth",
"oceanic-depths dark theme",
"night theme",
"low contrast dark theme"
],
"galleryBanner": {
"color": "#001b29",
"theme": "dark"
},
"engines": {
"vscode": "^1.77.0"
},
"categories": [
"Themes"
],
"extensionKind": [
"ui",
"workspace"
],
"prettier": {
"singleQuote": true,
"semi": false
},
"contributes": {
"themes": [
{
"label": "Oceanic Depths",
"uiTheme": "vs-dark",
"path": "./themes/Oceanic Depths-color-theme.json"
}
]
}
}