summaryrefslogtreecommitdiffstats
path: root/src/Much
diff options
context:
space:
mode:
Diffstat (limited to 'src/Much')
-rw-r--r--src/Much/RenderTreeView.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Much/RenderTreeView.hs b/src/Much/RenderTreeView.hs
index dc4d773..6babb29 100644
--- a/src/Much/RenderTreeView.hs
+++ b/src/Much/RenderTreeView.hs
@@ -25,7 +25,7 @@ import Much.State
import Much.TagUtils (Tag)
import Much.TreeView
-color :: (t -> Identity Pm) -> t -> Blessings a -> Blessings a
+color :: (ColorConfig Identity -> Identity Pm) -> ColorConfig Identity -> Blessings String -> Blessings String
color key config = SGR $ runIdentity $ key config
-- TODO make configurable