forked from adenekan41/Helix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 853 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 853 Bytes
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": "helix",
"displayName": "Helix",
"description": "A Visual Studio Code theme for the notion and slient cool theme lovers out there",
"version": "0.0.7",
"publisher": "codewonders",
"icon": "icon.png",
"engines": {
"vscode": "^1.40.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adenekan41/Helix.git"
},
"categories": [
"Themes"
],
"keywords": [
"Theme",
"Light Theme",
"Dark Theme",
"Helix",
"Notion",
"Accessible Theme"
],
"scripts": {
"publish": "vsce publish"
},
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Helix Dark",
"uiTheme": "vs-dark",
"path": "./themes/Helix-dark-color-theme.json"
},
{
"label": "Helix",
"uiTheme": "vs",
"path": "./themes/Helix-color-theme.json"
}
]
}
}