From b1ec13ff387d1669c967e591b05d7ff82c1c945b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 18:53:51 +0100 Subject: [PATCH] zen colors --- theme.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 596ed558..5f893e02 100644 --- a/theme.py +++ b/theme.py @@ -190,7 +190,12 @@ def setThemeZen(baseDir: str): "border-color": "#463b35", "border-width": "7px", "main-link-color": "#dddddd", - "main-visited-color": "#dddddd" + "main-visited-color": "#dddddd", + "button-background": "#463b35", + "button-selected": "#26201d", + "main-bg-color-dm": "#5c4a40", + "main-header-color-roles": "#5c4e41", + "cw-background": "#463b35" } setThemeFromDict(baseDir, 'zen', themeParams)