Alamo
Variables
Color::FG Namespace Reference

Variables

static std::string Default = "\033[39m"
 
static std::string Black = "\033[30m"
 
static std::string Red = "\033[31m"
 
static std::string Green = "\033[32m"
 
static std::string Yellow = "\033[33m"
 
static std::string Blue = "\033[34m"
 
static std::string Magenta = "\033[35m"
 
static std::string Cyan = "\033[36m"
 
static std::string LightGray = "\033[37m"
 
static std::string DarkGray = "\033[90m"
 
static std::string LightRed = "\033[91m"
 
static std::string LightGreen = "\033[92m"
 
static std::string LightYellow = "\033[93m"
 
static std::string LightBlue = "\033[94m"
 
static std::string LightMagenta = "\033[95m"
 
static std::string LightCyan = "\033[96m"
 
static std::string White = "\033[97m"
 

Variable Documentation

◆ Black

std::string Color::FG::Black = "\033[30m"
static

Definition at line 19 of file Color.H.

◆ Blue

std::string Color::FG::Blue = "\033[34m"
static

Definition at line 23 of file Color.H.

◆ Cyan

std::string Color::FG::Cyan = "\033[36m"
static

Definition at line 25 of file Color.H.

◆ DarkGray

std::string Color::FG::DarkGray = "\033[90m"
static

Definition at line 27 of file Color.H.

◆ Default

std::string Color::FG::Default = "\033[39m"
static

Definition at line 18 of file Color.H.

◆ Green

std::string Color::FG::Green = "\033[32m"
static

Definition at line 21 of file Color.H.

◆ LightBlue

std::string Color::FG::LightBlue = "\033[94m"
static

Definition at line 31 of file Color.H.

◆ LightCyan

std::string Color::FG::LightCyan = "\033[96m"
static

Definition at line 33 of file Color.H.

◆ LightGray

std::string Color::FG::LightGray = "\033[37m"
static

Definition at line 26 of file Color.H.

◆ LightGreen

std::string Color::FG::LightGreen = "\033[92m"
static

Definition at line 29 of file Color.H.

◆ LightMagenta

std::string Color::FG::LightMagenta = "\033[95m"
static

Definition at line 32 of file Color.H.

◆ LightRed

std::string Color::FG::LightRed = "\033[91m"
static

Definition at line 28 of file Color.H.

◆ LightYellow

std::string Color::FG::LightYellow = "\033[93m"
static

Definition at line 30 of file Color.H.

◆ Magenta

std::string Color::FG::Magenta = "\033[35m"
static

Definition at line 24 of file Color.H.

◆ Red

std::string Color::FG::Red = "\033[31m"
static

Definition at line 20 of file Color.H.

◆ White

std::string Color::FG::White = "\033[97m"
static

Definition at line 34 of file Color.H.

◆ Yellow

std::string Color::FG::Yellow = "\033[33m"
static

Definition at line 22 of file Color.H.