update pleroma frontend
[akkoma] / priv / static / static / config.json
index 3fe9d8c9414c1f2b90bebd5f7fa01ca344c4d1f2..144fe951c294cf1e209e8ee4e6472ce5c1f7f1df 100644 (file)
@@ -1,7 +1,14 @@
 {
-  "name": "Pleroma/Soykaf BETA",
-  "theme": "base16-pleroma-light.css",
-  "background": "/static/bg.jpg",
+  "theme": "pleroma-dark",
+  "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "registrationOpen": true
+  "logoMask": true,
+  "logoMargin": ".1em",
+  "redirectRootNoLogin": "/main/all",
+  "redirectRootLogin": "/main/friends",
+  "chatDisabled": false,
+  "showInstanceSpecificPanel": false,
+  "scopeOptionsEnabled": false,
+  "formattingOptionsEnabled": false,
+  "collapseMessageWithSubject": false
 }