-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
50
51
52
53
54
55
56
57
58
{
"name": "athabasca",
"displayName": "Athabasca Theme",
"description": "A dark, colorful theme inspired by Glacier for Sublime Text",
"version": "0.0.3",
"publisher": "ianlord",
"license": "MIT",
"homepage": "https://github.com/ianlord/athabasca",
"author": {
"name": "Ian Lord",
"email": "[email protected]",
"url": "https://www.ianlord.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ianlord/athabasca"
},
"bugs": {
"url": "https://github.com/ianlord/athabasca/issues"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.58.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#b7bec9",
"theme": "light"
},
"keyword": [
"theme",
"dark theme",
"black theme",
"green theme",
"glacier",
"night owl",
"rad",
"nord",
"duotone",
"high contrast"
],
"contributes": {
"themes": [
{
"label": "Athabasca",
"uiTheme": "vs-dark",
"path": "./themes/athabasca.json"
},
{
"label": "Athabasca Light",
"uiTheme": "vs-dark",
"path": "./themes/athabasca-light.json"
}
]
}
}