Dropdown background color

main
Bob Mottram 2020-05-30 13:01:05 +01:00
parent 44a15cb13e
commit 92bcd10446
1 changed files with 1 additions and 1 deletions

View File

@ -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)