summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 5cee38a..518e6e5 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -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