packages feed

clit-0.4.0.6: src/Web/Tweet/Utils/Colors.hs

module Web.Tweet.Utils.Colors where

import Text.PrettyPrint.ANSI.Leijen

toRed :: String -> String
toRed = show . red . text

toYellow :: String -> String
toYellow = show . yellow . text

toGreen :: String -> String
toGreen = show . green . text