From 92bcd104469b2143647a29edffdaee991383cc4f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 30 May 2020 13:01:05 +0100 Subject: [PATCH] Dropdown background color --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 16dfa0a2..d609a595 100644 --- a/theme.py +++ b/theme.py @@ -196,7 +196,7 @@ def setThemeZen(baseDir: str): "main-bg-color-dm": "#5c4a40", "main-header-color-roles": "#5c4e41", "cw-background": "#463b35", - "dropdown-bg-color": "#463b35" + "dropdown-bg-color": "#504e41" } setThemeFromDict(baseDir, 'zen', themeParams)