slate-0.13.0.0: A note taking CLI tool.
Ansi
progress :: Double -> Int -> String Source #
reset :: String Source #
bold :: String Source #
underline :: String Source #
inverse :: String Source #
crossed :: String Source #
resetEmphasis :: String Source #
resetUnderline :: String Source #
red :: String Source #
green :: String Source #
grey :: String Source #
data Palette Source #
Constructors
Fields
Defined in Ansi
Methods
showsPrec :: Int -> Palette -> ShowS #
show :: Palette -> String #
showList :: [Palette] -> ShowS #
palette :: Palette Source #
makeBold :: String -> String Source #
makeUnderline :: String -> String Source #
makeInverse :: String -> String Source #
makeCrossed :: String -> String Source #
makeResetEmphasis :: String -> String Source #
makeResetUnderline :: String -> String Source #
makeRed :: String -> String Source #
makeGreen :: String -> String Source #
makeGrey :: String -> String Source #