Dropdown backgrouns color

main
Bob Mottram 2020-05-29 18:56:47 +01:00
parent b1ec13ff38
commit 1c04766c64
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ def setThemeZen(baseDir: str):
"button-selected": "#26201d",
"main-bg-color-dm": "#5c4a40",
"main-header-color-roles": "#5c4e41",
"cw-background": "#463b35"
"cw-background": "#463b35",
"dropdown-bg-color": "#463b35"
}
setThemeFromDict(baseDir, 'zen', themeParams)