aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.md5
-rw-r--r--static/aurora_borealis.jpgbin0 -> 642707 bytes
-rw-r--r--static/bg2.jpg (renamed from static/bg.jpg)bin229574 -> 229574 bytes
-rw-r--r--static/config.json2
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
new file mode 100644
index 00000000..b6a0daf9
--- /dev/null
+++ b/static/aurora_borealis.jpg
Binary files differ
diff --git a/static/bg.jpg b/static/bg2.jpg
index 60e2311a..60e2311a 100644
--- a/static/bg.jpg
+++ b/static/bg2.jpg
Binary files 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,