-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "sublime-oceanic-after-next-theme",
"displayName": "Sublime Oceanic After Next Theme",
"description": "A Theme with a light sidebar",
"version": "0.0.2",
"publisher": "christophwolff",
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"keywords": [
"oceanic",
"sublime",
"sidebar",
"dark",
"light"
],
"contributes": {
"themes": [
{
"label": "Sublime Oceanic After Next Theme Material",
"uiTheme": "vs-dark",
"path": "./themes/Sublime Oceanic After Next Theme-color-theme-material.json"
},
{
"label": "Sublime Oceanic After Next Theme Mariana",
"uiTheme": "vs-dark",
"path": "./themes/Sublime Oceanic After Next Theme-color-theme-mariana.json"
}
]
},
"maintainers": [
"Christoph Wolff <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/christophwolff/sublime-oceanic-after-next-theme.git"
},
"bugs": {
"url": "https://github.com/christophwolff/sublime-oceanic-after-next-theme/issues"
}
}