-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.22 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
51
52
53
54
{
"name": "monospace-theme",
"displayName": "Monospace by Google IDX (unofficial)",
"description": "Monospace Color Theme and File Icon Theme by Google IDX (Unofficial Redistribution)",
"version": "0.2.1",
"license": "SEE LICENSE IN LICENSE",
"icon": "./icon.png",
"engines": {
"vscode": "^1.43.0"
},
"author": {
"name": "Google LLC"
},
"homepage": "https://github.com/its-miroma/gmt",
"publisher": "Miroma",
"repository": {
"type": "git",
"url": "https://github.com/its-miroma/gmt.git"
},
"bugs": {
"url": "https://github.com/its-miroma/gmt/issues"
},
"categories": [
"Themes"
],
"keywords": [
"Google",
"IDX",
"Material"
],
"contributes": {
"themes": [
{
"id": "monospace-light",
"label": "Monospace Light",
"uiTheme": "vs",
"path": "./themes/monospace-light-color-theme.json"
},
{
"id": "monospace-dark",
"label": "Monospace Dark",
"uiTheme": "vs-dark",
"path": "./themes/monospace-dark-color-theme.json"
}
],
"iconThemes": [
{
"id": "monospace-icons",
"label": "Monospace",
"path": "./icons/monospace-icon-theme.json"
}
]
}
}