diff options
-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 -- |