My Project
Variables
color.hpp File Reference
#include "cstr_type.hpp"

Go to the source code of this file.

Variables

constexpr cstr_type bsl::reset_color {"\033[0m"}
 resets the color output of debug statements
 
constexpr cstr_type bsl::black {"\033[0;90m"}
 changes the foreground color to normal black
 
constexpr cstr_type bsl::red {"\033[0;91m"}
 changes the foreground color to normal red
 
constexpr cstr_type bsl::green {"\033[0;92m"}
 changes the foreground color to normal green
 
constexpr cstr_type bsl::yellow {"\033[0;93m"}
 changes the foreground color to normal yellow
 
constexpr cstr_type bsl::blue {"\033[0;94m"}
 changes the foreground color to normal blue
 
constexpr cstr_type bsl::magenta {"\033[0;95m"}
 changes the foreground color to normal magenta
 
constexpr cstr_type bsl::cyan {"\033[0;96m"}
 changes the foreground color to normal cyan
 
constexpr cstr_type bsl::white {"\033[0;97m"}
 changes the foreground color to normal white
 
constexpr cstr_type bsl::bold_black {"\033[1;90m"}
 changes the foreground color to bold black
 
constexpr cstr_type bsl::bold_red {"\033[1;91m"}
 changes the foreground color to bold red
 
constexpr cstr_type bsl::bold_green {"\033[1;92m"}
 changes the foreground color to bold green
 
constexpr cstr_type bsl::bold_yellow {"\033[1;93m"}
 changes the foreground color to bold yellow
 
constexpr cstr_type bsl::bold_blue {"\033[1;94m"}
 changes the foreground color to bold blue
 
constexpr cstr_type bsl::bold_magenta {"\033[1;95m"}
 changes the foreground color to bold magenta
 
constexpr cstr_type bsl::bold_cyan {"\033[1;96m"}
 changes the foreground color to bold cyan
 
constexpr cstr_type bsl::bold_white {"\033[1;97m"}
 changes the foreground color to bold white
 

Detailed Description