Theme colors

merge-requests/8/head
Bob Mottram 2020-10-09 14:51:25 +01:00
parent bc88e7b1d9
commit e106f9078d
1 changed files with 8 additions and 0 deletions

View File

@ -254,6 +254,14 @@ def setThemeIndymedia(baseDir: str):
"search": "jpg"
}
themeParams = {
"font-size-newswire": "18px",
"line-spacing-newswire": "100%",
"newswire-item-moderated-color": "green",
"newswire-date-moderated-color": "lightgreen",
"newswire-date-color": "white",
"newswire-voted-background-color": "black",
"column-right-fg-color": "#ff9900",
"column-right-fg-color-voted-on": "red",
"button-corner-radius": "5px",
"timeline-border-radius": "5px",
"focus-color": "blue",