From 9dc7396228e98fd752edadf0eb9a913e3bba6e1e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 23:19:10 +0000 Subject: [PATCH] Distinguishing date color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index eb471734..f46e9afd 100644 --- a/theme.py +++ b/theme.py @@ -663,6 +663,7 @@ def setThemeZen(baseDir: str): setRssIconAtTop(baseDir, True) setPublishButtonAtTop(baseDir, False) themeParams = { + "newswire-date-color": "yellow", "main-bg-color": "#5c4e41", "column-left-color": "#5c4e41", "text-entry-background": "#5c4e41",