From e106f9078d0a5d6797a7e153f95ea6adc4273444 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Oct 2020 14:51:25 +0100 Subject: [PATCH] Theme colors --- theme.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme.py b/theme.py index ee64481c..28d89296 100644 --- a/theme.py +++ b/theme.py @@ -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",