aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2018-03-31 12:50:51 +0200
committerRoger Braun <roger@rogerbraun.net>2018-03-31 12:50:51 +0200
commitfb3b7ffd394b54e44bedea2a48f2146fcdd630aa (patch)
treef1d28688eaf3f656540b66daeaa41ed1ffd5c45c /static
parent90e3ab45d4aee7b693b8e404321adfe8339595e1 (diff)
Use less busy default background.
Diffstat (limited to 'static')
-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
3 files changed, 1 insertions, 1 deletions
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,