aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
--