From a8ec9cbc83481324b2913f943968d7546a184aee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Apr 2022 13:16:00 +0100 Subject: [PATCH] Background color --- theme/default/theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/default/theme.json b/theme/default/theme.json index f39e891cb..be064bb69 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -210,6 +210,7 @@ "dropdown-bg-color": "#111", "dropdown-bg-color-hover": "#333", "dropdown-fg-color-hover": "#dddddd", + "main-bg-color": "#282c37", "main-bg-color-reply": "#212c37", "main-bg-color-dm": "#222", "main-bg-color-report": "#221c27",