diff options
author | David Roundy <droundy@darcs.net> | 2007-07-24 16:37:23 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-07-24 16:37:23 +0200 |
commit | 6725772600c4dd6f3839becb1a09d8fdc7ef3c26 (patch) | |
tree | ac92a30d2b09dc0c4bc5777b3c9d4f092718d4fe | |
parent | ce836d963dc9b4d0dfff7953c73cde7c641f6986 (diff) | |
download | XMonadContrib-6725772600c4dd6f3839becb1a09d8fdc7ef3c26.tar.gz XMonadContrib-6725772600c4dd6f3839becb1a09d8fdc7ef3c26.tar.xz XMonadContrib-6725772600c4dd6f3839becb1a09d8fdc7ef3c26.zip |
use a little more contrast in default tabs.
darcs-hash:20070724143723-72aca-219bbf72dae0292eaef8fdc7830f11563fba8aee.gz
-rw-r--r-- | Tabbed.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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-*-*-*-*-*-*-*" |