-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
62 lines (62 loc) · 1.13 KB
/
config.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
58
59
60
61
62
{
"currentLineFontSize": "60px",
"currentLineHeight": "170px",
"currentLineColor": "#ffffff",
"nextLineFontSize": "30px",
"nextLineHeight": "75px",
"nextLineColor": "#707070",
"songs": {
"ac-dc": [
"back-in-black",
"highway-to-hell"
],
"metallica": [
"enter-sandman",
"nothing-else-matters"
],
"rage-against-the-machine": [
"killing-in-the-name"
],
"iron-maiden": [
"aces-high",
"run-to-the-hills"
],
"black-sabbath": [
"paranoid"
],
"led-zeppelin": [
"rock-and-roll"
],
"steppenwolf": [
"born-to-be-wild"
],
"creedence": [
"fortunate-son"
],
"megadeth": [
"symphony-of-destruction",
"a-tout-le-monde"
],
"deep-purple": [
"smoke-on-the-water"
],
"motorhead": [
"ace-of-spades"
],
"twisted-sister": [
"we're-not-gonna-take-it"
],
"kiss": [
"rock-and-roll-all-nite"
],
"queen": [
"i-want-to-break-free"
],
"4-non-blondes": [
"what's-up"
],
"lenny-kravitz": [
"are-you-gonna-go-my-way"
]
}
}