diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 02:05:31 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 02:05:31 +0300 |
| commit | 446de1c623020cb0687bf2dd868b39be5267ef1d (patch) | |
| tree | 3d66cc8649b6d0b090e132479bfd04abcc4ce676 /static/config.json | |
| parent | 7ee87c7618bfba986ec7a04581273629a1db9983 (diff) | |
Potential new default dark and light themes added (base16-pleroma-dark, base16-pleroma-light). The new dark one set as the default.
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index fb8d4015..3b6d56c4 100644 --- a/static/config.json +++ b/static/config.json @@ -1,6 +1,6 @@ { "name": "Pleroma FE", - "theme": "base16-ashes.css", + "theme": "base16-pleroma-dark.css", "background": "/static/bg.jpg", "logo": "/static/logo.png" } |
