| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Jikka.Common.Format.Color
Documentation
Constructors
| EnableColor | |
| DisableColor |
Instances
| Eq ColorFlag Source # | |
| Ord ColorFlag Source # | |
| Read ColorFlag Source # | |
| Show ColorFlag Source # | |
ANSI's eight standard colors. They come in two intensities, which are
controlled by ColorIntensity. Many terminals allow the colors of the
standard palette to be customised, so that, for example,
setSGR [ SetColor Foreground Vivid Green ] may not result in bright green
characters.