-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "aurora-borealis",
"displayName": "Aurora Borealis",
"description": "Aurora Borealis is a VS Code theme representing the aurora borealis or the northern lights.",
"publisher": "nikhilshanbhag",
"author": {
"name": "Nikhil Shanbhag",
"email": "[email protected]"
},
"version": "0.1.0",
"engines": {
"vscode": "^1.46.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Nikhil-1503/aurora-borealis-vscode"
},
"bugs": {
"url": "https://github.com/Nikhil-1503/aurora-borealis-vscode/issues",
"email": "[email protected]"
},
"icon": "images/aurora_logo.png",
"galleryBanner": {
"color": "#111a30",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Themes",
"Dark Theme",
"Aurora",
"Borealis",
"Color Theme"
],
"contributes": {
"themes": [
{
"label": "Aurora Borealis",
"uiTheme": "vs-dark",
"path": "./themes/Aurora Borealis-color-theme.json"
}
]
}
}