Module: Pantheios::Services::Common::Console::AnsiEscapeSequences::Foreground

Extended by:
Internal_::ColourInitialiser
Defined in:
lib/pantheios/services/common/console.rb

Constant Summary collapse

COLOURS =
{

	blinking: 5,
	bold: 1,
	default: 39,

	black: 30,
	red: 31,
	green: 32,
	yellow: 33,
	blue: 34,
	magenta: 35,
	cyan: 36,
	light_grey: 37,

	dark_grey: 90,
	bright_red: 91,
	bright_green: 92,
	bright_yellow: 93,
	bright_blue: 94,
	bright_magenta: 95,
	bright_cyan: 96,
	white: 97,
}

Method Summary

Methods included from Internal_::ColourInitialiser

extended