X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=7887f930bc9f6fda60ffac0b3ffaa1dfe7aaa40e;hb=9c4344e16cb77092d86b185b816eea705a6dc664;hp=3b6d56c44abeb83cee9a0a6b375bbb9319a16ab5;hpb=82914e1e4de37747653c83644b428c1ba29428c9;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 3b6d56c44..7887f930b 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -1,6 +1,20 @@ { - "name": "Pleroma FE", - "theme": "base16-pleroma-dark.css", - "background": "/static/bg.jpg", - "logo": "/static/logo.png" + "theme": "pleroma-dark", + "background": "/static/aurora_borealis.jpg", + "logo": "/static/logo.png", + "logoMask": true, + "logoMargin": ".1em", + "redirectRootNoLogin": "/~/main/all", + "redirectRootLogin": "/~/main/friends", + "chatDisabled": false, + "showInstanceSpecificPanel": false, + "scopeOptionsEnabled": false, + "formattingOptionsEnabled": false, + "collapseMessageWithSubject": false, + "scopeCopy": false, + "subjectLineBehavior": "email", + "alwaysShowSubjectInput": true, + "hidePostStats": false, + "hideUserStats": false, + "loginMethod": "password" }