25 #ifndef __UTILS_CONSOLE_COLORS_H_ 26 #define __UTILS_CONSOLE_COLORS_H_ 33 static const char *
c_black =
"\033[0;30m";
43 static const char *
c_red =
"\033[0;31m";
53 static const char *
c_green =
"\033[0;32m";
63 static const char *
c_brown =
"\033[0;33m";
73 static const char *
c_blue =
"\033[0;34m";
93 static const char *
c_cyan =
"\033[0;36m";
static std::string cdarkgray
Print dark gray on console.
static std::string clightblue
Print light blue on console.
static const char * c_lightcyan
Print light cyan on console.
static const char * c_red
Print red on console.
static const char * c_purple
Print purple on console.
static const char * c_yellow
Print yellow on console.
Fawkes library namespace.
static std::string ccyan
Print cyan on console.
static std::string clightgray
Print light gray on console.
static const char * c_darkgray
Print dark gray on console.
static const char * c_white
Print white on console.
static const char * c_cyan
Print cyan on console.
static const char * c_blue
Print blue on console.
static const char * c_lightblue
Print light blue on console.
static std::string clightgreen
Print light green on console.
static std::string cpurple
Print purple on console.
static std::string cgreen
Print green on console.
static std::string cwhite
Print white on console.
static std::string cred
Print red on console.
static std::string clightred
Print light red on console.
static const char * c_black
Print black on console.
static const char * c_lightgreen
Print light green on console.
static std::string clightpurple
Print light purple on console.
static const char * c_lightpurple
Print light purple on console.
static const char * c_lightgray
Print light gray on console.
static std::string clightcyan
Print light cyan on console.
static std::string cnormal
Print normal on console, without colors, depends on console settings.
static std::string cblack
Print black on console.
static const char * c_lightred
Print light red on console.
static const char * c_green
Print green on console.
static std::string cbrown
Print brown on console.
static std::string cyellow
Print yellow on console.
static std::string cblue
Print blue on console.
static const char * c_normal
Print normal on console, without colors, depends on console settings.
static const char * c_brown
Print brown on console.