Newswire colors

merge-requests/8/head
Bob Mottram 2020-10-24 23:26:00 +01:00
parent 6c0f4ce6b1
commit e2abb2b131
1 changed files with 5 additions and 0 deletions

View File

@ -906,6 +906,11 @@ def setThemeLight(baseDir: str):
def setThemeIndymediaModern(baseDir: str): def setThemeIndymediaModern(baseDir: str):
name = 'indymediamodern' name = 'indymediamodern'
themeParams = { themeParams = {
"column-right-fg-color": "#25408f",
"column-right-fg-color-voted-on": "red",
"newswire-item-moderated-color": "red",
"newswire-date-moderated-color": "red",
"newswire-date-color": "grey",
"button-corner-radius": "7px", "button-corner-radius": "7px",
"timeline-border-radius": "0px", "timeline-border-radius": "0px",
"publish-button-background": "#25408f", "publish-button-background": "#25408f",