-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitials.json
45 lines (45 loc) · 1.21 KB
/
initials.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
{
"$schema": "https://static.dicebear.com/schema/definition.json#",
"metadata": {
"license": {
"name": "CC0 1.0",
"url": "https://creativecommons.org/publicdomain/zero/1.0/",
"text": "„Initials”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
}
},
"body": {
"content": "<text x=\"50%\" y=\"50%\" font-family=\"system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'\" font-size=\"50\" fill=\"url(#color-text)\" text-anchor=\"middle\" dy=\"17.8\">{{initials}}</text>",
"width": 100,
"height": 100
},
"colors": [
{
"name": "background",
"values": [
"c44f4f",
"ac6039",
"8e6e2f",
"777728",
"627e2a",
"48822b",
"2d862d",
"2b8248",
"2b8265",
"2a7e7e",
"347a9d",
"4b73c3",
"6a6acd",
"825ec9",
"9f53c6",
"bb3ebb",
"c14497",
"c34b73"
]
},
{
"name": "text",
"values": ["ffffff", "000000"],
"contrastTo": "background"
}
]
}