use a little more contrast in default tabs.

This commit is contained in:
David Roundy 2007-07-24 14:37:23 +00:00
parent 2bcc607718
commit 3861c22e8b

View File

@ -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-*-*-*-*-*-*-*"