Highlight color

main
Bob Mottram 2020-05-30 13:03:33 +01:00
parent 92bcd10446
commit 6cf1c79cf2
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ def setThemeZen(baseDir: str):
"main-bg-color-dm": "#5c4a40",
"main-header-color-roles": "#5c4e41",
"cw-background": "#463b35",
"dropdown-bg-color": "#504e41"
"dropdown-bg-color": "#504e41",
"dropdown-bg-color-hover": "#444"
}
setThemeFromDict(baseDir, 'zen', themeParams)