diff options
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 |
