summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 3c610d7..f0cebc0 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -269,7 +269,7 @@ alexXPConfig = P.defaultXPConfig
, P.height = 20
}
-historyGridConfig :: HasColorizer a => GSConfig a
+historyGridConfig :: GSConfig String
historyGridConfig = defaultGSConfig
{ gs_cellheight = 50
, gs_cellwidth = 300
@@ -287,7 +287,7 @@ topicsGridConfig = defaultGSConfig
| selected = return ("#839596", "#002b36")
| otherwise = return ("#002b36", "#839496")
-confirmConfig :: HasColorizer a => GSConfig a
+confirmConfig :: GSConfig Bool
confirmConfig = defaultGSConfig
{ gs_cellheight = 150
, gs_cellwidth = 300