-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.11 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
{
"name": "eldar1984",
"displayName": "Eldar1984",
"description": "👾 A fun retro color theme 👾",
"version": "1.0.1",
"icon": "images/logo_0.png",
"license": "Apache-2.0",
"author": {
"name": "Eldar Eliav",
"email": "eldare@gmail.com"
},
"publisher": "Eldar1984",
"homepage": "https://github.com/eldare/Eldar1984_VSCodeColorTheme/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/eldare/Eldar1984_VSCodeColorTheme"
},
"bugs": {
"url": "https://github.com/eldare/Eldar1984_VSCodeColorTheme/issues",
"email": "eldare@gmail.com"
},
"galleryBanner": {
"color": "#30303E",
"theme": "dark"
},
"engines": {
"vscode": "^1.81.0"
},
"keywords": [
"Themes",
"Dark Theme",
"color-theme",
"Eldar",
"1984",
"84",
"80s",
"retro",
"fun",
"purple",
"yellow",
"orange",
"xcode"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Eldar1984",
"uiTheme": "vs-dark",
"path": "./themes/Eldar1984-color-theme.json"
}
]
}
}