aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-04-13 02:05:31 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-04-13 02:05:31 +0300
commit446de1c623020cb0687bf2dd868b39be5267ef1d (patch)
tree3d66cc8649b6d0b090e132479bfd04abcc4ce676 /static/config.json
parent7ee87c7618bfba986ec7a04581273629a1db9983 (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.json2
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"
}