Contains aliases for colors for ProgressBar class.
More...
#include <string>
Go to the source code of this file.
|
|
const std::string | PBarColor::RESET = "\033[0m" |
| | default color in terminal (aka white)
|
|
const std::string | PBarColor::BLACK = "\033[30m" |
| | black text
|
|
const std::string | PBarColor::RED ="\033[31m" |
| | red text
|
|
const std::string | PBarColor::GREEN = "\033[32m" |
| | green text
|
|
const std::string | PBarColor::YELLOW = "\033[33m" |
| | yellow text
|
|
const std::string | PBarColor::BLUE = "\033[34m" |
| | blue text
|
|
const std::string | PBarColor::MAGENTA = "\033[35m" |
| | magenta text
|
|
const std::string | PBarColor::CYAN = "\033[36m" |
| | cyan text
|
|
const std::string | PBarColor::WHITE = "\033[37m" |
| | white text
|
|
const std::string | PBarColor::BOLD_BLACK = "\033[1m\033[30m" |
| | bold black text
|
|
const std::string | PBarColor::BOLD_RED = "\033[1m\033[31m" |
| | bold red text
|
|
const std::string | PBarColor::BOLD_GREEN = "\033[1m\033[32m" |
| | bold green text
|
|
const std::string | PBarColor::BOLD_YELLOW = "\033[1m\033[33m" |
| | bold yellow text
|
|
const std::string | PBarColor::BOLD_BLUE = "\033[1m\033[34m" |
| | bold blue text
|
|
const std::string | PBarColor::BOLD_MAGENTA = "\033[1m\033[35m" |
| | bold magenta text
|
|
const std::string | PBarColor::BOLD_CYAN = "\033[1m\033[36m" |
| | bold cyan text
|
|
const std::string | PBarColor::BOLD_WHITE = "\033[1m\033[37m" |
| | bold white text
|