From 2c6fe8f2be2d9af175adb343f46da58b99d313da Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 22:15:11 +0100 Subject: [PATCH] dm background color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 7f65503d6..860ef5ed6 100644 --- a/theme.py +++ b/theme.py @@ -353,6 +353,7 @@ def setThemeLight(baseDir: str): themeParams = { "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "main-bg-color": "#e6ebf0", + "main-bg-color-dm": "#e3dbf0", "link-bg-color": "#e6ebf0", "main-bg-color-reply": "#e0dbf0", "main-bg-color-report": "#e3dbf0",