-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
28 lines (28 loc) · 870 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
{
"name": "theme-gray-matter",
"displayName": "Gray Matter",
"description": "A pair of colour schemes that take aesthetic cues from popular minimalist writing apps and aims to minimise the visual impact of most of the markdown punctuation.",
"version": "1.5.0",
"publisher": "philipbe",
"repository": "https://github.com/philipbelesky/gray-matter",
"engines": {
"vscode": "1.5.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Gray Matter Light",
"uiTheme": "vs",
"path": "./Gray Matter Light-color-theme.json"
},
{
"label": "Gray Matter Dark",
"uiTheme": "vs-dark",
"path": "./Gray Matter Dark-color-theme.json"
}
]
}
}