feat(style): custom color for card

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 23:17:11 +01:00
parent a47b7fa697
commit 0b90249205
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 54 additions and 4 deletions

View file

@ -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
}
]
}
}