-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "gloom",
"displayName": "Gloom",
"description": "A port of Atom's Gloom syntax theme for VS Code",
"version": "0.1.8",
"publisher": "adamgirton",
"bugs": {
"url": "https://github.com/agirton/gloom/issues"
},
"homepage": "https://github.com/agirton/gloom",
"repository": {
"type": "git",
"url": "https://github.com/agirton/gloom"
},
"engines": {
"vscode": "^1.10.0"
},
"categories": [
"Themes"
],
"keywords": [
"syntax",
"theme",
"gloom",
"vscode"
],
"license": "MIT",
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Gloom",
"uiTheme": "vs-dark",
"path": "./themes/Gloom.json"
}
]
},
"__metadata": {
"id": "a7e7afbe-0b7c-4aaf-be0e-097ad10052d3",
"publisherDisplayName": "Adam Girton",
"publisherId": "5ad2ad23-adbb-4efc-9b55-151a84048570"
}
}