diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-07 08:51:23 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-07 08:51:23 +0200 |
commit | 8a6089514133e49bdad138d812448906c450e849 (patch) | |
tree | a18b8218f655a4519602483e0eb226c90325a434 | |
parent | fcc40590bc485db62ece06b245254f8001184fdb (diff) | |
download | XMonadContrib-8a6089514133e49bdad138d812448906c450e849.tar.gz XMonadContrib-8a6089514133e49bdad138d812448906c450e849.tar.xz XMonadContrib-8a6089514133e49bdad138d812448906c450e849.zip |
Tabbed: updated usage information
darcs-hash:20070707065123-32816-d157a19ba12b12f0833c2db3ac09236c5b4d3f75.gz
-rw-r--r-- | Tabbed.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 -- |