forked from newsdev/audiogram
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththemes.json
63 lines (63 loc) · 1.45 KB
/
themes.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
63
{
"default": {
"maxDuration": 300,
"pattern": "halfbars",
"captionAlign": "left",
"citationAlign": "left",
"citationTopMargin": 32,
"citationTop": 342,
"citationMaxBottom": 390,
"citationLineSpacing": 7,
"labelFont": "44px 'NYT Franklin Light'",
"labelAlign": "left",
"labelTop": 470,
"labelLeft": 70,
"labelLineHeight": 20,
"labelLineSpacing": 4,
"backgroundColor": "#0a0038",
"foregroundColor": "rgba(255, 255, 255, 1)",
"width": 1000,
"height": 1000,
"framesPerSecond": 20,
"samplesPerFrame": 55,
"waveTop": 0,
"backgroundImage": "unforgettable_icon_white_whole.png",
"waveBottom": 1000,
"captionTop": 100,
"captionLeft": 50,
"captionRight": 800,
"captionFont": "bold 110px 'Ubuntu'",
"captionLineHeight": 110,
"captionLineSpacing": 4,
"citationLeft": 150,
"citationRight": 750,
"citationFont": "70px 'Ubuntu'",
"citationLineHeight": 70
},
"red": {
"backgroundColor": "#38000a"
},
"orange": {
"backgroundColor": "#ff7b00"
},
"yellow": {
"backgroundColor": "#f5e31d"
},
"green": {
"backgroundColor": "#003802"
},
"blue": {
"backgroundColor": "#0a0038"
},
"purple": {
"backgroundColor": "#380033"
},
"black": {
"backgroundColor": "#000000"
},
"white": {
"backgroundColor": "#ffffff",
"foregroundColor": "#000000",
"backgroundImage": "unforgettable_icon_black_whole.png"
}
}