-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"name": "tol",
"displayName": "Tol",
"version": "0.11.0",
"publisher": "dustypomerleau",
"description": "A comfortable and accessible dark theme for Visual Studio Code",
"homepage": "https://github.com/dustypomerleau/tol",
"author": {
"name": "dustypomerleau"
},
"repository": {
"type": "git",
"url": "https://github.com/dustypomerleau/tol"
},
"bugs": {
"url": "https://github.com/dustypomerleau/tol/issues"
},
"license": "Please see LICENSE.md",
"galleryBanner": {
"color": "#292d3e",
"theme": "dark"
},
"icon": "images/icon.png",
"keywords": [
"dark",
"theme",
"color",
"blind",
"tol"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tol",
"uiTheme": "vs-dark",
"path": "./themes/tol.json"
}
]
},
"engines": {
"vscode": "^1.53.0"
},
"devDependencies": {
"vscode": "^1.53.0"
}
}