diff options
Diffstat (limited to 'xmonad.hs')
-rw-r--r-- | xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ data Colors = Colors lightTheme = Colors { highlight = "#67b11d" - , background = "#efeae9" + , background = "#fbf8ef" , foreground = "#655370" } @@ -119,7 +119,7 @@ myTabCfg theme = def } myLayout theme = avoidStruts $ - noBorders (tabbed shrinkText $ myTabCfg theme) -- default tab config + noBorders (tabbed shrinkText $ myTabCfg theme) ||| tiled ||| Mirror tiled ||| noBorders Full |