-
Notifications
You must be signed in to change notification settings - Fork 5.9k
/
Copy pathpackage.json
50 lines (50 loc) · 1.03 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
{
"name": "theme-cobalt2",
"version": "2.1.6",
"displayName": "Cobalt2 Theme Official",
"description": "🔥 Official theme by Wes Bos.",
"publisher": "wesbos",
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/wesbos/cobalt2-vscode"
},
"galleryBanner": {
"color": "#193549",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"VSCode",
"Themes"
],
"engines": {
"vscode": "^1.15.0"
},
"scripts": {
"start": "nodemon --exec vsce package"
},
"contributes": {
"themes": [
{
"label": "Cobalt2",
"uiTheme": "vs-dark",
"path": "./theme/cobalt2.json"
}
]
},
"devDependencies": {
"nodemon": "^1.14.12",
"vsce": "^1.36.2"
},
"__metadata": {
"id": "fb374ce1-5343-46c8-a425-900fdad15523",
"publisherDisplayName": null,
"publisherId": "ef56c328-1595-4d1e-9e0b-43d926331358",
"isPreReleaseVersion": false,
"preRelease": false,
"installedTimestamp": 1655919021078
}
}