From 268a51248691f6dbf03ed1ce5d48d0a6fcf5df56 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 22:34:25 +0100 Subject: [PATCH] dm background color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 860ef5ed..16dfa0a2 100644 --- a/theme.py +++ b/theme.py @@ -315,6 +315,7 @@ def setThemeHacker(baseDir: str): themeParams = { "main-bg-color": "black", "link-bg-color": "black", + "main-bg-color-dm": "#0b0a0a", "main-bg-color-reply": "#030202", "main-bg-color-report": "#050202", "main-header-color-roles": "#1f192d",