From 0b90249205425abc6166d3b4fdffbf5990020355 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 23:17:11 +0100 Subject: feat(style): custom color for card --- example.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'example.json') diff --git a/example.json b/example.json index 640356a..af5a26f 100644 --- a/example.json +++ b/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 + } + ] } } \ No newline at end of file -- cgit v1.2.3