feat(style): custom colors

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 23:53:27 +01:00
parent 5b98185aa6
commit bbacda44f8
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 55 additions and 35 deletions

View file

@ -6,39 +6,45 @@
"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
}
]
"colors": {
"text": "#fff",
"background": {
"type": "linear",
"angle": 243,
"colors": [
{
"color": "#020024",
"position": 0
},
{
"color": "#090979",
"position": 40
},
{
"color": "#00d4ff",
"position": 100
}
]
}
},
"links": [
{
"link": "https://discord.gg/minecraft",
"content": "Minecraft's Discord",
"color": "#800080FF"
"color": "#800080FF",
"text_color": "#fff"
},
{
"link": "https://github.com/anhgelus",
"content": "GitHub",
"color": "#800080FF"
"color": "#800080FF",
"text_color": "#fff"
},
{
"link": "https://youtube.com/@anhgelus",
"content": "YouTube",
"color": "#800080FF"
"color": "#800080FF",
"text_color": "#fff"
}
]
}