-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "vscode-materia",
"displayName": "Materia",
"description": "A neutral material theme",
"version": "0.8.0",
"publisher": "m-thorsen",
"license": "MIT",
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Themes"
],
"keywords": [],
"contributes": {
"themes": [
{
"label": "Materia",
"uiTheme": "vs-dark",
"path": "./themes/materia.json"
},
{
"label": "Materia Contrast",
"uiTheme": "vs-dark",
"path": "./themes/materia-contrast.json"
},
{
"label": "Materia Darker",
"uiTheme": "vs-dark",
"path": "./themes/materia-darker.json"
},
{
"label": "Materia Darker Contrast",
"uiTheme": "vs-dark",
"path": "./themes/materia-darker-contrast.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/m-thorsen/vscode-materia"
},
"__metadata": {
"id": "a45d65e7-7768-450e-a774-7b3b28271472",
"publisherDisplayName": "Martin Thorsen",
"publisherId": "18cf6731-092d-4166-a4cc-81af1bae057a"
}
}