From 367ce1b90ac384674b011623b42bd6b0e35a68f3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Jun 2023 11:21:34 +0300 Subject: [PATCH] fix themes mistake --- files/helpers/config/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index ad3c62cdf..c631cd8c9 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -5,7 +5,7 @@ import tldextract import datetime DEFAULT_TIME_FILTER = "all" -DEFAULT_THEME = "coffee" +DEFAULT_THEME = "midnight" DEFAULT_COLOR = "805ad5" SPAM_URL_SIMILARITY_THRESHOLD = 0.1 @@ -159,7 +159,7 @@ if not IS_LOCALHOST: TAGLINES = () if SITE_NAME == 'rDrama': - DEFAULT_THEME = "midnight" + DEFAULT_THEME = "coffee" DEFAULT_COLOR = "ff459a" patron = "Paypig"