-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.02 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
{
"name": "true-colors-theme",
"displayName": "True Colors Theme",
"description": "True Colors: a theme pack based on the True Damage skin line from League of Legends",
"version": "0.4.3",
"publisher": "NoxUltima",
"icon": "icon.jpg",
"repository": {
"type": "git",
"url": "https://github.com/nxltm/true-colors/"
},
"keywords": [
"theme",
"dark theme",
"true colors",
"true colors theme",
"true-colors-theme",
"true colors theme",
"true-damage",
"true damage",
"true-damage-theme",
"true damage theme",
"league of legends",
"league-of-legends",
"lol",
"riot-games",
"riot-games-music",
"riot games",
"riot games music",
"giants",
"akali",
"ekko",
"qiyana",
"senna",
"yasuo"
],
"engines": {
"vscode": "^1.59.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "True Colors | Ekko",
"uiTheme": "vs-dark",
"path": "./themes/ekko.json"
}
]
}
}