vgrep-0.2.2.0: A pager for grep

Safe HaskellSafe
LanguageHaskell2010

Vgrep.Ansi.Vty.Attributes

Synopsis

Documentation

data Attr :: * #

A display attribute defines the Color and Style of all the characters rendered after the attribute is applied.

At most 256 colors, picked from a 240 and 16 color palette, are possible for the background and foreground. The 240 colors and 16 colors are points in different palettes. See Color for more information.

Instances

combineStyles :: Attr -> Attr -> Attr Source #

Combines two Attrs. This differs from mappend from the Monoid instance of Attr in that Styles are combined rather than overwritten.