-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 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
57
{
"name": "legendary-dark",
"displayName": "Legendary Dark",
"description": "🔥 This is Legendary Dark, a beautiful combination of the dark goodness of Andromeda by EliverLara and vibrant colors from SythWave '84 by robb0wen to make identification easy. 😊",
"icon": "images/Logo.png",
"publisher": "LlewellynPaintsil",
"author": {
"name": "Llewellyn Adonteng Paintsil",
"url": "https://github.com/Llewellyn500",
"email": "llewellynpaintsil34@gmail.com"
},
"version": "5.0.1",
"engines": {
"vscode": "^1.40.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Llewellyn500/Legendary-Dark"
},
"galleryBanner": {
"color": "#09131b",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Llewellyn500 Theme",
"llewellyn",
"dark",
"vscode theme",
"Legendary Dark",
"SynthWave '84",
"legendary dark",
"light theme",
"cool",
"awesome",
"colorfully",
"color",
"low contrast",
"Dark Theme",
"blue",
"SynthWave",
"Andromeda",
"Grey",
"Best"
],
"contributes": {
"themes": [
{
"label": "Legendary Dark",
"uiTheme": "vs-dark",
"path": "./themes/Legendary Dark-color-theme.json"
}
]
}
}