forked from jaredgorski/Styrokai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1012 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
41
42
43
44
45
46
47
48
49
{
"name": "styrelle",
"displayName": "Styrelle",
"description": "A vivid, bolded, pitch-black Monokai color theme (Edited for myself)",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/learn2reid/Styrelle.git"
},
"homepage": "https://github.com/jaredgorski/Styrokai/blob/master/README.md",
"author": {
"name": "lolo"
},
"keywords": [
"dark",
"black",
"pitch",
"contrast",
"monokai",
"hyper",
"simple",
"seti",
"pure",
"clean",
"blackboard",
"material",
"minimal",
"hyper",
"hyperterm"
],
"icon": ".media/styrokai_icon.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"engines": {
"vscode": "^1.37.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [{
"label": "Styrelle",
"uiTheme": "vs-dark",
"path": "./themes/Styrelle-color-theme.json"
}]
}
}