-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 901 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 901 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
33
34
35
36
{
"name": "iceberg",
"displayName": "Iceberg",
"description": "Iceberg is a dark blue Visual Studio Code Theme. It brings a cool-headed perspective for your happy coding! (based on Iceberg for VIM)",
"version": "1.2.0",
"publisher": "harg",
"icon": "iceberg.png",
"homepage": "https://github.com/harg/iceberg-visual-studio-code",
"repository": {
"type": "git",
"url": "https://github.com/harg/iceberg-visual-studio-code"
},
"bugs": {
"url": "https://github.com/harg/iceberg-visual-studio-code/issues"
},
"engines": {
"vscode": "^1.22.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Iceberg",
"uiTheme": "vs-dark",
"path": "./themes/Iceberg-color-theme.json"
}
]
},
"__metadata": {
"id": "dd1f7067-32c4-4ce4-a908-247cbd7397c7",
"publisherDisplayName": "harg",
"publisherId": "68ee93b2-e188-4084-bc6e-11e3db7f52bc"
}
}