From 55e8398aadb7a0426b6d2c9860ad3112f6914c6d Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Fri, 3 Nov 2023 05:51:02 +0900 Subject: [PATCH] Use the actual 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 8dd731866..15d448196 100644 --- a/config/config.exs +++ b/config/config.exs @@ -360,7 +360,7 @@ config :pleroma, :manifest, purpose: "maskable" } ], - theme_color: "#313131", + theme_color: "#373737", background_color: "#2f2f2f" config :pleroma, :activitypub,