diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:17:11 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:17:11 +0100 |
| commit | 0b90249205425abc6166d3b4fdffbf5990020355 (patch) | |
| tree | 74437601b9a4f683437cbe1a0735d7f3c49354d3 /example.json | |
| parent | a47b7fa697b16c2d745e6b3fbc9a7d214280964b (diff) | |
feat(style): custom color for card
Diffstat (limited to 'example.json')
| -rw-r--r-- | example.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
