dm background color

main
Bob Mottram 2020-05-29 22:15:11 +01:00
parent 915e756b82
commit 2c6fe8f2be
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ def setThemeLight(baseDir: str):
themeParams = { themeParams = {
"rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)",
"main-bg-color": "#e6ebf0", "main-bg-color": "#e6ebf0",
"main-bg-color-dm": "#e3dbf0",
"link-bg-color": "#e6ebf0", "link-bg-color": "#e6ebf0",
"main-bg-color-reply": "#e0dbf0", "main-bg-color-reply": "#e0dbf0",
"main-bg-color-report": "#e3dbf0", "main-bg-color-report": "#e3dbf0",