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)