From 38aed60c43eaaef9ecb57c20e85c219bb6a63813 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 4 Jan 2023 17:17:01 +0100 Subject: [PATCH] add a config option by default the blurhash is UGLY Signed-off-by: Sam Therapy --- static/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/config.json b/static/config.json index b1d412e7..85da0b67 100644 --- a/static/config.json +++ b/static/config.json @@ -21,6 +21,7 @@ "showInstanceSpecificPanel": false, "sidebarRight": false, "subjectLineBehavior": "email", - "theme": "ihatebeingalive", - "webPushNotifications": false + "theme": "froth-noire", + "webPushNotifications": false, + "useBlurhash": false }