diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-03-31 12:50:51 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-03-31 12:50:51 +0200 |
| commit | fb3b7ffd394b54e44bedea2a48f2146fcdd630aa (patch) | |
| tree | f1d28688eaf3f656540b66daeaa41ed1ffd5c45c | |
| parent | 90e3ab45d4aee7b693b8e404321adfe8339595e1 (diff) | |
Use less busy default background.
| -rw-r--r-- | CONTRIBUTORS.md | 5 | ||||
| -rw-r--r-- | static/aurora_borealis.jpg | bin | 0 -> 642707 bytes | |||
| -rw-r--r-- | static/bg2.jpg (renamed from static/bg.jpg) | bin | 229574 -> 229574 bytes | |||
| -rw-r--r-- | static/config.json | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1bfe3179..3673b8b7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,6 +4,7 @@ Contributors of this project. - Coco Snuss (cocosnuss@social.heldscal.la): Code - wakarimasen (wakarimasen@shitposter.club): NSFW hiding image - dtluna (dtluna@social.heldscal.la): Code -- sonyam (sonyam@social.heldscal.la): Default background image +- sonyam (sonyam@social.heldscal.la): Background images - hakui (hakui@freezepeach.xyz): CSS and styling -- shpuld (shpuld@shitposter.club): CSS and styling
\ No newline at end of file +- shpuld (shpuld@shitposter.club): CSS and styling +- Vincent Guth (https://unsplash.com/photos/XrwVIFy6rTw): Background images. diff --git a/static/aurora_borealis.jpg b/static/aurora_borealis.jpg Binary files differnew file mode 100644 index 00000000..b6a0daf9 --- /dev/null +++ b/static/aurora_borealis.jpg diff --git a/static/bg.jpg b/static/bg2.jpg Binary files differindex 60e2311a..60e2311a 100644 --- a/static/bg.jpg +++ b/static/bg2.jpg diff --git a/static/config.json b/static/config.json index 6c9c27da..9863ec02 100644 --- a/static/config.json +++ b/static/config.json @@ -1,6 +1,6 @@ { "theme": "pleroma-dark", - "background": "/static/bg.jpg", + "background": "/static/aurora_borealis.jpg", "logo": "/static/logo.png", "defaultPath": "/main/all", "chatDisabled": false, |
