diff options
Diffstat (limited to '')
-rw-r--r-- | xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |