From ca19f9be3cb2d8cf3b0128ce0ff1223fe766a8f4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Oct 2020 14:03:26 +0100 Subject: [PATCH] Blue theme date color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index c3ee9e3e..07fab466 100644 --- a/theme.py +++ b/theme.py @@ -322,6 +322,7 @@ def setThemeBlue(baseDir: str): removeTheme(baseDir) setThemeInConfig(baseDir, name) themeParams = { + "newswire-date-color": "blue", "font-size-header": "22px", "font-size-header-mobile": "32px", "font-size": "45px",