feat(style): custom color for card
This commit is contained in:
parent
a47b7fa697
commit
0b90249205
3 changed files with 54 additions and 4 deletions
18
example.json
18
example.json
|
@ -5,5 +5,23 @@
|
|||
"name": "Anhgelus Morhtuuzh",
|
||||
"pronouns": "he/his - some basic things though",
|
||||
"image": "pfp.webp"
|
||||
},
|
||||
"background_color": {
|
||||
"type": "linear",
|
||||
"angle": 243,
|
||||
"colors": [
|
||||
{
|
||||
"color": "#020024",
|
||||
"position": 0
|
||||
},
|
||||
{
|
||||
"color": "#090979",
|
||||
"position": 40
|
||||
},
|
||||
{
|
||||
"color": "#00d4ff",
|
||||
"position": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue