From a6169ea752789b38ebf71d5951caf62825ce65af Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:15:16 +0900 Subject: [PATCH] Use header colour as PWA theme colour --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 86622e1e6..8dd731866 100644 --- a/config/config.exs +++ b/config/config.exs @@ -360,7 +360,7 @@ config :pleroma, :manifest, purpose: "maskable" } ], - theme_color: "#d6cec7", + theme_color: "#313131", background_color: "#2f2f2f" config :pleroma, :activitypub,