ENH make topbar same color as zuki themes

This commit is contained in:
Nathan Dwarshuis 2020-02-21 09:49:46 -05:00
parent 68a7b5426d
commit 8b263ed086
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ myTopBarTheme = def
, inactiveBorderColor = "#999999"
, inactiveColor = "#999999"
, inactiveTextColor = "#999999"
, activeBorderColor = "#eeeeee"
, activeColor = "#eeeeee"
, activeTextColor = "#eeeeee"
, activeBorderColor = "#d6d6d6"
, activeColor = "#d6d6d6"
, activeTextColor = "#d6d6d6"
-- , urgentBorderColor = red
-- , urgentTextColor = yellow
, decoHeight = 20