-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 860 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
{
"name": "CobaltNext",
"displayName": "Cobalt Next",
"description": "If Oceanic Next and Cobalt2 made a baby in the form of a theme for VSCode.",
"version": "0.4.5",
"publisher": "dline",
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Themes"
],
"icon": "images/preview.png",
"repository": {
"type": "git",
"url": "https://github.com/davidleininger/cobaltnext-vscode.git"
},
"contributes": {
"themes": [
{
"label": "Cobalt Next",
"uiTheme": "vs-dark",
"path": "./themes/CobaltNext.json"
},
{
"label": "Cobalt Next Dark",
"uiTheme": "vs-dark",
"path": "./themes/CobaltNext-Dark.json"
},
{
"label": "Cobalt Next Minimal",
"uiTheme": "vs-dark",
"path": "./themes/CobaltNext-Minimal.json"
}
]
}
}