aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-07-07 08:51:23 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-07-07 08:51:23 +0200
commit8a6089514133e49bdad138d812448906c450e849 (patch)
treea18b8218f655a4519602483e0eb226c90325a434 /Tabbed.hs
parentfcc40590bc485db62ece06b245254f8001184fdb (diff)
downloadXMonadContrib-8a6089514133e49bdad138d812448906c450e849.tar.gz
XMonadContrib-8a6089514133e49bdad138d812448906c450e849.tar.xz
XMonadContrib-8a6089514133e49bdad138d812448906c450e849.zip
Tabbed: updated usage information
darcs-hash:20070707065123-32816-d157a19ba12b12f0833c2db3ac09236c5b4d3f75.gz
Diffstat (limited to 'Tabbed.hs')
-rw-r--r--Tabbed.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index 20aece7..8b87afd 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -43,8 +43,8 @@ import XMonadContrib.LayoutHelpers ( idModify )
--
-- You can also edit the default configuration options.
--
--- > myconfig = defaultTConf { bgColor = "#FF0000"
--- > , textColor = "#00FF00"}
+-- > myconfig = defaultTConf { inactiveBolderColor = "#FF0000"
+-- > , activeTextColor = "#00FF00"}
--
-- and
--