Theme colors

merge-requests/30/head
Bob Mottram 2020-10-24 23:50:03 +01:00
parent 617cfb18b6
commit 26f8c08c3f
1 changed files with 8 additions and 8 deletions

View File

@ -927,12 +927,12 @@ def setThemeIndymediaModern(baseDir: str):
"font-size4": "24px",
"font-size5": "22px",
"rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)",
"column-left-color": "#e6ebf0",
"main-bg-color": "#e6ebf0",
"main-bg-color-dm": "#e3dbf0",
"link-bg-color": "#e6ebf0",
"main-bg-color-reply": "#e0dbf0",
"main-bg-color-report": "#e3dbf0",
"column-left-color": "white",
"main-bg-color": "white",
"main-bg-color-dm": "white",
"link-bg-color": "white",
"main-bg-color-reply": "white",
"main-bg-color-report": "white",
"main-header-color-roles": "#ebebf0",
"main-fg-color": "#2d2c37",
"column-left-fg-color": "#2d2c37",
@ -946,8 +946,8 @@ def setThemeIndymediaModern(baseDir: str):
"font-color-header": "black",
"dropdown-fg-color": "#222",
"dropdown-fg-color-hover": "#222",
"dropdown-bg-color": "white",
"dropdown-bg-color-hover": "lightgrey",
"dropdown-bg-color": "#e6ebf0",
"dropdown-bg-color-hover": "lightblue",
"color: #FFFFFE;": "color: black;",
"calendar-bg-color": "#e6ebf0",
"lines-color": "darkblue",