-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 921 Bytes
/
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
{
"name": "minuit",
"displayName": "Minuit",
"publisher": "mubartok",
"icon": "images/moon-128x128.png",
"repository": {
"url": "https://github.com/mubartok/minuit-vscode-theme"
},
"description": "Minuit is strongly inspired by Dan Abramov's Overreacted and Sarah Drasner's Night Owl syntax themes. It comes in two variants: Minuit and Minuit Soft (with lowered contrast)",
"version": "1.2.19",
"engines": {
"vscode": "^1.35.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Minuit",
"uiTheme": "vs-dark",
"path": "./themes/minuit-color-theme.json"
},
{
"label": "Minuit Soft",
"uiTheme": "vs-dark",
"path": "./themes/minuit-soft-color-theme.json"
}
]
}
}