Class: Logging::ColorScheme

Inherits:
Object
  • Object
show all
Defined in:
lib/logging/odd_even/patches.rb

Constant Summary collapse

RED_BRIGHT =

Set the terminal’s foreground ANSI color to red.

"\e[1;31m".freeze
GREEN_BRIGHT =

Set the terminal’s foreground ANSI color to green.

"\e[1;32m".freeze
YELLOW_BRIGHT =

Set the terminal’s foreground ANSI color to yellow.

"\e[1;33m".freeze
BLUE_BRIGHT =

Set the terminal’s foreground ANSI color to blue.

"\e[1;34m".freeze
MAGENTA_BRIGHT =

Set the terminal’s foreground ANSI color to magenta.

"\e[1;35m".freeze
CYAN_BRIGHT =

Set the terminal’s foreground ANSI color to cyan.

"\e[1;36m".freeze
WHITE_BRIGHT =

Set the terminal’s foreground ANSI color to white.

"\e[1;37m".freeze
ON_RED_BRIGHT =

Set the terminal’s background ANSI color to red.

"\e[1;41m".freeze
ON_GREEN_BRIGHT =

Set the terminal’s background ANSI color to green.

"\e[1;42m".freeze
ON_YELLOW_BRIGHT =

Set the terminal’s background ANSI color to yellow.

"\e[1;43m".freeze
ON_BLUE_BRIGHT =

Set the terminal’s background ANSI color to blue.

"\e[1;44m".freeze
ON_MAGENTA_BRIGHT =

Set the terminal’s background ANSI color to magenta.

"\e[1;45m".freeze
ON_CYAN_BRIGHT =

Set the terminal’s background ANSI color to cyan.

"\e[1;46m".freeze
ON_WHITE_BRIGHT =

Set the terminal’s background ANSI color to white.

"\e[1;47m".freeze