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"
|
, inactiveBorderColor = "#999999"
|
||||||
, inactiveColor = "#999999"
|
, inactiveColor = "#999999"
|
||||||
, inactiveTextColor = "#999999"
|
, inactiveTextColor = "#999999"
|
||||||
, activeBorderColor = "#eeeeee"
|
, activeBorderColor = "#d6d6d6"
|
||||||
, activeColor = "#eeeeee"
|
, activeColor = "#d6d6d6"
|
||||||
, activeTextColor = "#eeeeee"
|
, activeTextColor = "#d6d6d6"
|
||||||
-- , urgentBorderColor = red
|
-- , urgentBorderColor = red
|
||||||
-- , urgentTextColor = yellow
|
-- , urgentTextColor = yellow
|
||||||
, decoHeight = 20
|
, decoHeight = 20
|
||||||
|
|
Loading…
Reference in New Issue