From fb3b7ffd394b54e44bedea2a48f2146fcdd630aa Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 31 Mar 2018 12:50:51 +0200 Subject: Use less busy default background. --- CONTRIBUTORS.md | 5 +++-- static/aurora_borealis.jpg | Bin 0 -> 642707 bytes static/bg.jpg | Bin 229574 -> 0 bytes static/bg2.jpg | Bin 0 -> 229574 bytes static/config.json | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 static/aurora_borealis.jpg delete mode 100644 static/bg.jpg create mode 100644 static/bg2.jpg 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 new file mode 100644 index 00000000..b6a0daf9 Binary files /dev/null and b/static/aurora_borealis.jpg differ diff --git a/static/bg.jpg b/static/bg.jpg deleted file mode 100644 index 60e2311a..00000000 Binary files a/static/bg.jpg and /dev/null differ diff --git a/static/bg2.jpg b/static/bg2.jpg new file mode 100644 index 00000000..60e2311a Binary files /dev/null and b/static/bg2.jpg differ 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, -- cgit v1.2.3-70-g09d2