Contains aliases for colors to use in output in terminal.
More...
#include <string>
Go to the source code of this file.
|
|
const std::string | CppTools::COLOR_RESET = "\033[0m" |
| | default color in terminal (aka white)
|
|
const std::string | CppTools::COLOR_BLACK = "\033[30m" |
| | black text
|
|
const std::string | CppTools::COLOR_RED ="\033[31m" |
| | red text
|
|
const std::string | CppTools::COLOR_GREEN = "\033[32m" |
| | green text
|
|
const std::string | CppTools::COLOR_YELLOW = "\033[33m" |
| | yellow text
|
|
const std::string | CppTools::COLOR_BLUE = "\033[34m" |
| | blue text
|
|
const std::string | CppTools::COLOR_MAGENTA = "\033[35m" |
| | magenta text
|
|
const std::string | CppTools::COLOR_CYAN = "\033[36m" |
| | cyan text
|
|
const std::string | CppTools::COLOR_WHITE = "\033[37m" |
| | white text
|
|
const std::string | CppTools::COLOR_BOLD_BLACK = "\033[1m\033[30m" |
| | bold black text
|
|
const std::string | CppTools::COLOR_BOLD_RED = "\033[1m\033[31m" |
| | bold red text
|
|
const std::string | CppTools::COLOR_BOLD_GREEN = "\033[1m\033[32m" |
| | bold green text
|
|
const std::string | CppTools::COLOR_BOLD_YELLOW = "\033[1m\033[33m" |
| | bold yellow text
|
|
const std::string | CppTools::COLOR_BOLD_BLUE = "\033[1m\033[34m" |
| | bold blue text
|
|
const std::string | CppTools::COLOR_BOLD_MAGENTA = "\033[1m\033[35m" |
| | bold magenta text
|
|
const std::string | CppTools::COLOR_BOLD_CYAN = "\033[1m\033[36m" |
| | bold cyan text
|
|
const std::string | CppTools::COLOR_BOLD_WHITE = "\033[1m\033[37m" |
| | bold white text
|
Contains aliases for colors to use in output in terminal.
This file is a part of a project CppTools (https://github.com/Sergeyir/CppTools).
- Author
- Sergei Antsupov (antsu.nosp@m.pov0.nosp@m.124@g.nosp@m.mail.nosp@m..com)