Alamo
|
Go to the source code of this file.
Namespaces | |
Color | |
Color::FG | |
Color::BG | |
Variables | |
static std::string | Color::Reset = "\033[0m" |
static std::string | Color::Bold = "\033[1m" |
static std::string | Color::Dim = "\033[2m" |
static std::string | Color::Underlined = "\033[4m" |
static std::string | Color::Blink = "\033[5m" |
static std::string | Color::Reverse = "\033[7m" |
static std::string | Color::Hiden = "\033[8m" |
static std::string | Color::FG::Default = "\033[39m" |
static std::string | Color::FG::Black = "\033[30m" |
static std::string | Color::FG::Red = "\033[31m" |
static std::string | Color::FG::Green = "\033[32m" |
static std::string | Color::FG::Yellow = "\033[33m" |
static std::string | Color::FG::Blue = "\033[34m" |
static std::string | Color::FG::Magenta = "\033[35m" |
static std::string | Color::FG::Cyan = "\033[36m" |
static std::string | Color::FG::LightGray = "\033[37m" |
static std::string | Color::FG::DarkGray = "\033[90m" |
static std::string | Color::FG::LightRed = "\033[91m" |
static std::string | Color::FG::LightGreen = "\033[92m" |
static std::string | Color::FG::LightYellow = "\033[93m" |
static std::string | Color::FG::LightBlue = "\033[94m" |
static std::string | Color::FG::LightMagenta = "\033[95m" |
static std::string | Color::FG::LightCyan = "\033[96m" |
static std::string | Color::FG::White = "\033[97m" |
static std::string | Color::BG::Default = "\033[49m" |
static std::string | Color::BG::Red = "\033[41m" |
static std::string | Color::BG::Green = "\033[42m" |
static std::string | Color::BG::Yellow = "\033[43m" |
static std::string | Color::BG::Blue = "\033[44m" |
static std::string | Color::BG::Magenta = "\033[45m" |
static std::string | Color::BG::Cyan = "\033[46m" |
static std::string | Color::BG::LightGray = "\033[47m" |
static std::string | Color::BG::DarkGray = "\033[100m" |
static std::string | Color::BG::LightRed = "\033[101m" |
static std::string | Color::BG::LightGreen = "\033[102m" |
static std::string | Color::BG::LightYellow = "\033[103m" |
static std::string | Color::BG::LightBlue = "\033[104m" |
static std::string | Color::BG::LightMagenta = "\033[105m" |
static std::string | Color::BG::LightCyan = "\033[106m" |
static std::string | Color::BG::White = "\033[107m" |