[][src]Module lscolors::style

A module for ANSI styles

For more information, see ANSI escape code (Wikipedia).

Structs

FontStyle

Font-style attributes.

Style

A foreground color, background color and font-style.

Enums

Color

A Color can be one of the pre-defined ANSI colors (Red, Green, ..), a 8-bit ANSI color (Fixed(u8)) or a 24-bit color (RGB(u8, u8, u8)).