Alamo
Variables
Color::BG Namespace Reference

Variables

static std::string Default = "\033[49m"
 
static std::string Red = "\033[41m"
 
static std::string Green = "\033[42m"
 
static std::string Yellow = "\033[43m"
 
static std::string Blue = "\033[44m"
 
static std::string Magenta = "\033[45m"
 
static std::string Cyan = "\033[46m"
 
static std::string LightGray = "\033[47m"
 
static std::string DarkGray = "\033[100m"
 
static std::string LightRed = "\033[101m"
 
static std::string LightGreen = "\033[102m"
 
static std::string LightYellow = "\033[103m"
 
static std::string LightBlue = "\033[104m"
 
static std::string LightMagenta = "\033[105m"
 
static std::string LightCyan = "\033[106m"
 
static std::string White = "\033[107m"
 

Variable Documentation

◆ Blue

std::string Color::BG::Blue = "\033[44m"
static

Definition at line 43 of file Color.H.

◆ Cyan

std::string Color::BG::Cyan = "\033[46m"
static

Definition at line 45 of file Color.H.

◆ DarkGray

std::string Color::BG::DarkGray = "\033[100m"
static

Definition at line 47 of file Color.H.

◆ Default

std::string Color::BG::Default = "\033[49m"
static

Definition at line 39 of file Color.H.

◆ Green

std::string Color::BG::Green = "\033[42m"
static

Definition at line 41 of file Color.H.

◆ LightBlue

std::string Color::BG::LightBlue = "\033[104m"
static

Definition at line 51 of file Color.H.

◆ LightCyan

std::string Color::BG::LightCyan = "\033[106m"
static

Definition at line 53 of file Color.H.

◆ LightGray

std::string Color::BG::LightGray = "\033[47m"
static

Definition at line 46 of file Color.H.

◆ LightGreen

std::string Color::BG::LightGreen = "\033[102m"
static

Definition at line 49 of file Color.H.

◆ LightMagenta

std::string Color::BG::LightMagenta = "\033[105m"
static

Definition at line 52 of file Color.H.

◆ LightRed

std::string Color::BG::LightRed = "\033[101m"
static

Definition at line 48 of file Color.H.

◆ LightYellow

std::string Color::BG::LightYellow = "\033[103m"
static

Definition at line 50 of file Color.H.

◆ Magenta

std::string Color::BG::Magenta = "\033[45m"
static

Definition at line 44 of file Color.H.

◆ Red

std::string Color::BG::Red = "\033[41m"
static

Definition at line 40 of file Color.H.

◆ White

std::string Color::BG::White = "\033[107m"
static

Definition at line 54 of file Color.H.

◆ Yellow

std::string Color::BG::Yellow = "\033[43m"
static

Definition at line 42 of file Color.H.