mirror of https://gitlab.com/bashrc2/epicyon
dm background color
parent
915e756b82
commit
2c6fe8f2be
1
theme.py
1
theme.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue