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
|
||||||
defaultTConf =
|
defaultTConf =
|
||||||
TConf { activeColor ="#BBBBBB"
|
TConf { activeColor ="#999999"
|
||||||
, inactiveColor = "#888888"
|
, inactiveColor = "#666666"
|
||||||
, activeBorderColor = "#FFFFFF"
|
, activeBorderColor = "#FFFFFF"
|
||||||
, inactiveBorderColor = "#BFBFBF"
|
, inactiveBorderColor = "#BBBBBB"
|
||||||
, activeTextColor = "#FFFFFF"
|
, activeTextColor = "#FFFFFF"
|
||||||
, inactiveTextColor = "#BFBFBF"
|
, inactiveTextColor = "#BFBFBF"
|
||||||
, fontName = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
, fontName = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user