consoleSupportsColor()
consoleSupportsColor :: bool()
Returns true if stdout is a TTY and the TERM environment variable indicates color support
colorPrint(string, color)
colorPrint(string, color)
colorPrint(string, fg color, bg color)
colorPrint :: (s : string, fg : string, bg : string)
Prints a string to the terminal with the specified foreground and background colors, then resets color formatting
colorPrintl(string, fg color, bg color)
colorPrintl :: (s : string, fg : string, bg : string)
Prints a string to the terminal with a newline with the specified foreground and background colors, then resets color formatting