-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 946 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
32
33
34
35
36
37
38
39
40
{
"name": "limbo-vscode",
"version": "0.0.2",
"publisher": "airrick",
"engines": {
"vscode": "^1.52.0"
},
"license": "MIT",
"displayName": "limbo",
"description": "Black & White theme with a few sprinkles of color",
"icon": "logo/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/erikmueller/limbo-vscode"
},
"scripts": {
"publish": "vsce publish"
},
"galleryBanner": {
"color": "#171717",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": ["theme", "limbo", "dark", "black", "monochrome", "vscode", "WCAG", "accessible"],
"contributes": {
"themes": [
{
"label": "limbo",
"uiTheme": "vs-dark",
"path": "./themes/limbo-color-theme.json"
}
]
},
"devDependencies": {
"react": "17.0.1",
"@types/react": "17.0.0"
}
}