9#ifndef CPP_TOOLS_OUTPUT_COLOR
10#define CPP_TOOLS_OUTPUT_COLOR
const std::string COLOR_BOLD_BLUE
bold blue text
Definition OutputColor.hpp:45
const std::string COLOR_BOLD_RED
bold red text
Definition OutputColor.hpp:39
const std::string COLOR_MAGENTA
magenta text
Definition OutputColor.hpp:30
const std::string COLOR_BLACK
black text
Definition OutputColor.hpp:20
const std::string COLOR_YELLOW
yellow text
Definition OutputColor.hpp:26
const std::string COLOR_RED
red text
Definition OutputColor.hpp:22
const std::string COLOR_CYAN
cyan text
Definition OutputColor.hpp:32
const std::string COLOR_BOLD_MAGENTA
bold magenta text
Definition OutputColor.hpp:47
const std::string COLOR_BOLD_YELLOW
bold yellow text
Definition OutputColor.hpp:43
const std::string COLOR_WHITE
white text
Definition OutputColor.hpp:34
const std::string COLOR_RESET
default color in terminal (aka white)
Definition OutputColor.hpp:18
const std::string COLOR_BOLD_BLACK
bold black text
Definition OutputColor.hpp:37
const std::string COLOR_BOLD_WHITE
bold white text
Definition OutputColor.hpp:51
const std::string COLOR_GREEN
green text
Definition OutputColor.hpp:24
const std::string COLOR_BLUE
blue text
Definition OutputColor.hpp:28
const std::string COLOR_BOLD_CYAN
bold cyan text
Definition OutputColor.hpp:49
const std::string COLOR_BOLD_GREEN
bold green text
Definition OutputColor.hpp:41