forked from claeri27/oceanic-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 698 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 698 Bytes
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
{
"name": "oceanic-plus-plus",
"displayName": "Oceanic Plus Plus",
"description": "Theme based on the excellent Oceanic Plus, optimized for Typescript",
"version": "1.1.2",
"publisher": "claeri27",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claeri27/oceanic-plus-plus.git"
},
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"galleryBanner": {
"theme": "dark",
"color": "#1b2b34"
},
"contributes": {
"themes": [
{
"label": "Oceanic Plus Plus",
"uiTheme": "vs-dark",
"path": "./themes/Oceanic Plus Plus-color-theme.json"
}
]
}
}