Module lscolors::style

source ·
Expand description

A module for ANSI styles

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

Structs§

  • Font-style attributes.
  • A foreground color, background color and font-style.

Enums§

  • 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)).