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 /static | |
| parent | 90e3ab45d4aee7b693b8e404321adfe8339595e1 (diff) | |
Use less busy default background.
Diffstat (limited to 'static')
| -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 |
3 files changed, 1 insertions, 1 deletions
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, |
