PBarColor namespace containing colors for ProgressBar class.
More...
|
|
const std::string | RESET = "\033[0m" |
| | default color in terminal (aka white)
|
|
const std::string | BLACK = "\033[30m" |
| | black text
|
|
const std::string | RED ="\033[31m" |
| | red text
|
|
const std::string | GREEN = "\033[32m" |
| | green text
|
|
const std::string | YELLOW = "\033[33m" |
| | yellow text
|
|
const std::string | BLUE = "\033[34m" |
| | blue text
|
|
const std::string | MAGENTA = "\033[35m" |
| | magenta text
|
|
const std::string | CYAN = "\033[36m" |
| | cyan text
|
|
const std::string | WHITE = "\033[37m" |
| | white text
|
|
const std::string | BOLD_BLACK = "\033[1m\033[30m" |
| | bold black text
|
|
const std::string | BOLD_RED = "\033[1m\033[31m" |
| | bold red text
|
|
const std::string | BOLD_GREEN = "\033[1m\033[32m" |
| | bold green text
|
|
const std::string | BOLD_YELLOW = "\033[1m\033[33m" |
| | bold yellow text
|
|
const std::string | BOLD_BLUE = "\033[1m\033[34m" |
| | bold blue text
|
|
const std::string | BOLD_MAGENTA = "\033[1m\033[35m" |
| | bold magenta text
|
|
const std::string | BOLD_CYAN = "\033[1m\033[36m" |
| | bold cyan text
|
|
const std::string | BOLD_WHITE = "\033[1m\033[37m" |
| | bold white text
|
PBarColor namespace containing colors for ProgressBar class.