ENH make topbar same color as zuki themes
This commit is contained in:
parent
68a7b5426d
commit
8b263ed086
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue