-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "vscode-theme-onedarker",
"displayName": "Atom One Darker Theme",
"description": "Inspired by Atom One Dark but with a higher contrast.",
"icon": "logo.png",
"version": "2.1.0",
"publisher": "christopherafbjur",
"engines": {
"vscode": "^1.43.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#21252B",
"theme": "dark"
},
"keywords": [
"atom",
"theme",
"dark",
"darker",
"contrast",
"high contrast",
"one dark",
"one darker"
],
"contributes": {
"themes": [
{
"label": "Atom One Darker",
"uiTheme": "vs-dark",
"path": "./themes/atom_one_darker_high_contrast.json"
}
]
},
"license": "MIT",
"bugs": {
"url": "https://github.com/christopherafbjur/vscode-theme-onedarker/issues",
"email": "christopher89tech@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/christopherafbjur/vscode-theme-onedarker.git"
},
"homepage": "https://github.com/christopherafbjur/vscode-theme-onedarker/blob/master/README.md"
}