Tatooine
Variables
tatooine::gl::ansi Namespace Reference

Variables

static constexpr std::string_view black = "\033[30m"
 
static constexpr std::string_view red = "\033[31m"
 
static constexpr std::string_view green = "\033[32m"
 
static constexpr std::string_view yellow = "\033[33m"
 
static constexpr std::string_view blue = "\033[34m"
 
static constexpr std::string_view magenta = "\033[35m"
 
static constexpr std::string_view cyan = "\033[36m"
 
static constexpr std::string_view white = "\033[37m"
 
static constexpr std::string_view black_bg = "\033[40m"
 
static constexpr std::string_view red_bg = "\033[41m"
 
static constexpr std::string_view green_bg = "\033[42m"
 
static constexpr std::string_view yellow_bg = "\033[43m"
 
static constexpr std::string_view blue_bg = "\033[44m"
 
static constexpr std::string_view magenta_bg = "\033[45m"
 
static constexpr std::string_view cyan_bg = "\033[46m"
 
static constexpr std::string_view white_bg = "\033[47m"
 
static constexpr std::string_view reset = "\033[0m"
 
static constexpr std::string_view bold = "\033[1m"
 
static constexpr std::string_view underline = "\033[4m"
 
static constexpr std::string_view inverse = "\033[7m"
 
static constexpr std::string_view bold_off = "\033[21m"
 
static constexpr std::string_view underline_off = "\033[24m"
 
static constexpr std::string_view inverse_off = "\033[27m"
 

Variable Documentation

◆ black

constexpr std::string_view tatooine::gl::ansi::black = "\033[30m"
staticconstexpr

◆ black_bg

constexpr std::string_view tatooine::gl::ansi::black_bg = "\033[40m"
staticconstexpr

◆ blue

constexpr std::string_view tatooine::gl::ansi::blue = "\033[34m"
staticconstexpr

◆ blue_bg

constexpr std::string_view tatooine::gl::ansi::blue_bg = "\033[44m"
staticconstexpr

◆ bold

constexpr std::string_view tatooine::gl::ansi::bold = "\033[1m"
staticconstexpr

◆ bold_off

constexpr std::string_view tatooine::gl::ansi::bold_off = "\033[21m"
staticconstexpr

◆ cyan

constexpr std::string_view tatooine::gl::ansi::cyan = "\033[36m"
staticconstexpr

◆ cyan_bg

constexpr std::string_view tatooine::gl::ansi::cyan_bg = "\033[46m"
staticconstexpr

◆ green

constexpr std::string_view tatooine::gl::ansi::green = "\033[32m"
staticconstexpr

◆ green_bg

constexpr std::string_view tatooine::gl::ansi::green_bg = "\033[42m"
staticconstexpr

◆ inverse

constexpr std::string_view tatooine::gl::ansi::inverse = "\033[7m"
staticconstexpr

◆ inverse_off

constexpr std::string_view tatooine::gl::ansi::inverse_off = "\033[27m"
staticconstexpr

◆ magenta

constexpr std::string_view tatooine::gl::ansi::magenta = "\033[35m"
staticconstexpr

◆ magenta_bg

constexpr std::string_view tatooine::gl::ansi::magenta_bg = "\033[45m"
staticconstexpr

◆ red

constexpr std::string_view tatooine::gl::ansi::red = "\033[31m"
staticconstexpr

◆ red_bg

constexpr std::string_view tatooine::gl::ansi::red_bg = "\033[41m"
staticconstexpr

◆ reset

constexpr std::string_view tatooine::gl::ansi::reset = "\033[0m"
staticconstexpr

◆ underline

constexpr std::string_view tatooine::gl::ansi::underline = "\033[4m"
staticconstexpr

◆ underline_off

constexpr std::string_view tatooine::gl::ansi::underline_off = "\033[24m"
staticconstexpr

◆ white

constexpr std::string_view tatooine::gl::ansi::white = "\033[37m"
staticconstexpr

◆ white_bg

constexpr std::string_view tatooine::gl::ansi::white_bg = "\033[47m"
staticconstexpr

◆ yellow

constexpr std::string_view tatooine::gl::ansi::yellow = "\033[33m"
staticconstexpr

◆ yellow_bg

constexpr std::string_view tatooine::gl::ansi::yellow_bg = "\033[43m"
staticconstexpr