-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheuchreconfig.json
More file actions
43 lines (43 loc) · 1020 Bytes
/
euchreconfig.json
File metadata and controls
43 lines (43 loc) · 1020 Bytes
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
{
"defaults": {
"stockart1": "generic.jpg",
"shape1": "facebook",
"transparency1": "medium",
"textcolor1": "black",
"fontsize1": 35
},
"shapesources": {
"facebook": [1200, 630],
"twitter": [1200, 675],
"instagram": [1080, 1080],
"tiktok": [1080, 1920],
"reels": [500, 888],
"fbstories": [1080, 1920]
},
"backgroundtransparencychoices": {
"none": 0,
"weak": 15,
"light": 25,
"medium": 50,
"high": 80,
"strong": 88
},
"textcolorchoices": {
"white": "#FFFFFF",
"silver": "#C0C0C0",
"gray": "#808080",
"black": "#000000",
"red": "#FF0000",
"maroon": "#800000",
"yellow": "#FFFF00",
"olive": "#808000",
"lime": "#00FF00",
"green": "#008000",
"aqua": "#00FFFF",
"teal": "#008080",
"blue": "#0000FF",
"navy": "#000080",
"fuchsia": "#FF00FF",
"purple": "#800080"
}
}