-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 897 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
{
"name": "equilibrium-theme",
"displayName": "Equilibrium",
"description": "A fork of Dracula Refined, which is a fork of the original Dracula theme.",
"version": "0.4.6",
"repository": "https://github.com/motionpage/equilibrium",
"publisher": "motionpage",
"icon": "images/icon.png",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/motionpage/equilibrium/blob/main/README.md",
"keywords": [
"theme",
"Equilibrium",
"Dracula",
"Dracula Refined",
"dark theme",
"dark-theme",
"Late Night Theme"
],
"scripts": {
"upload": "vsce package && vsce publish"
},
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Equilibrium",
"uiTheme": "vs-dark",
"path": "./themes/Equilibrium-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#252525",
"theme": "dark"
}
}