Skip to content
Snippets Groups Projects
Commit 5c8e3ae6 authored by Bob Mottram's avatar Bob Mottram
Browse files

Default pleroma theme

parent 217f182f
No related branches found
No related tags found
No related merge requests found
......@@ -735,7 +735,7 @@ function install_pleroma {
echo $"$PLEROMA_DIR/static/config.json file missing"
exit 323689
fi
sed -i 's|"theme":.*|"theme": "base16-apathy.css",|g' $PLEROMA_DIR/priv/static/static/config.json
sed -i 's|"theme":.*|"theme": "base16-summerfruit-dark.css",|g' $PLEROMA_DIR/priv/static/static/config.json
if [ $PLEROMA_BACKGROUND_IMAGE_URL ]; then
pleroma_set_background_image_from_url $PLEROMA_DIR/priv/static "$PLEROMA_DOMAIN_NAME" "$PLEROMA_BACKGROUND_IMAGE_URL" "$PLEROMA_TITLE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment