Module colorz::ansi

source ·
Expand description

Basic ANSI color codes, which are widely supported on most terminals

Structs

  • A compile time ANSI color type repesenting the color args 30 on the foreground and 40 on the background
  • A compile time ANSI color type repesenting the color args 34 on the foreground and 44 on the background
  • A compile time ANSI color type repesenting the color args 90 on the foreground and 100 on the background
  • A compile time ANSI color type repesenting the color args 94 on the foreground and 104 on the background
  • A compile time ANSI color type repesenting the color args 96 on the foreground and 106 on the background
  • A compile time ANSI color type repesenting the color args 92 on the foreground and 102 on the background
  • A compile time ANSI color type repesenting the color args 95 on the foreground and 105 on the background
  • A compile time ANSI color type repesenting the color args 91 on the foreground and 101 on the background
  • A compile time ANSI color type repesenting the color args 97 on the foreground and 107 on the background
  • A compile time ANSI color type repesenting the color args 93 on the foreground and 103 on the background
  • A compile time ANSI color type repesenting the color args 36 on the foreground and 46 on the background
  • A compile time ANSI color type repesenting the color args 39 on the foreground and 49 on the background
  • A compile time ANSI color type repesenting the color args 32 on the foreground and 42 on the background
  • A compile time ANSI color type repesenting the color args 35 on the foreground and 45 on the background
  • A compile time ANSI color type repesenting the color args 31 on the foreground and 41 on the background
  • A compile time ANSI color type repesenting the color args 37 on the foreground and 47 on the background
  • A compile time ANSI color type repesenting the color args 33 on the foreground and 43 on the background

Enums