zen colors

main
Bob Mottram 2020-05-29 18:53:51 +01:00
parent e63f80328f
commit b1ec13ff38
1 changed files with 6 additions and 1 deletions

View File

@ -190,7 +190,12 @@ def setThemeZen(baseDir: str):
"border-color": "#463b35",
"border-width": "7px",
"main-link-color": "#dddddd",
"main-visited-color": "#dddddd"
"main-visited-color": "#dddddd",
"button-background": "#463b35",
"button-selected": "#26201d",
"main-bg-color-dm": "#5c4a40",
"main-header-color-roles": "#5c4e41",
"cw-background": "#463b35"
}
setThemeFromDict(baseDir, 'zen', themeParams)