-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "monokai-dimmed-light",
"displayName": "Monokai Dimmed Light",
"description": "A light version of the built-in theme Monokai Dimmed",
"version": "1.0.1",
"publisher": "makuke1234",
"engines":
{
"vscode": "^1.67.0"
},
"categories":
[
"Themes"
],
"keywords":
[
"theme",
"monokai",
"dimmed",
"light",
"monokai theme",
"monokai dimmed",
"dimmed light",
"monokai dimmed light",
"monokai solarized",
"solarized light",
"solarized",
"solarized monokai",
"light monokai",
"dimmed monokai light"
],
"contributes":
{
"themes":
[
{
"label": "Monokai Dimmed Light",
"uiTheme": "vs",
"path": "./themes/Monokai Dimmed Light-color-theme.json"
}
]
},
"license": "MIT License",
"repository":
{
"type": "git",
"directory": "https://github.com/makuke1234/monokai-dimmed-light.git"
},
"homepage": "https://github.com/makuke1234/monokai-dimmed-light/blob/master/README.md"
}