-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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": "aestwave-aurora-theme",
"displayName": "Aestwave Aurora Theme",
"description": "A stunning aurora borealis inspired VS Code theme. Full aurora colors — green, teal, purple, pink and blue — balanced, minimal and beautiful.",
"version": "0.0.1",
"publisher": "AmelitaDelaTorre",
"icon": "images/aurora-icon.png",
"author": {
"name": "Amelita Dela Torre"
},
"engines": {
"vscode": "^1.60.0"
},
"categories": ["Themes"],
"keywords": [
"theme",
"aurora",
"northern lights",
"green",
"teal",
"purple",
"pink",
"blue",
"minimal",
"dark theme",
"light theme"
],
"repository": {
"type": "git",
"url": "https://github.com/melaeDevPH/aestwave-aurora-theme.git"
},
"contributes": {
"themes": [
{
"label": "Aestwave Aurora Dark",
"uiTheme": "vs-dark",
"path": "./themes/aurora-dark-color-theme.json"
},
{
"label": "Aestwave Aurora Light",
"uiTheme": "vs",
"path": "./themes/aurora-light-color-theme.json"
}
]
},
"pricing": "Free"
}