mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
use a little more contrast in default tabs.
This commit is contained in:
parent
2bcc607718
commit
3861c22e8b
@ -64,10 +64,10 @@ data TConf =
|
||||
|
||||
defaultTConf :: TConf
|
||||
defaultTConf =
|
||||
TConf { activeColor ="#BBBBBB"
|
||||
, inactiveColor = "#888888"
|
||||
TConf { activeColor ="#999999"
|
||||
, inactiveColor = "#666666"
|
||||
, activeBorderColor = "#FFFFFF"
|
||||
, inactiveBorderColor = "#BFBFBF"
|
||||
, inactiveBorderColor = "#BBBBBB"
|
||||
, activeTextColor = "#FFFFFF"
|
||||
, inactiveTextColor = "#BFBFBF"
|
||||
, fontName = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user