1 #ifndef INFO_COLORS_HPP 2 #define INFO_COLORS_HPP 14 static const std::string
red;
15 static const std::string
blue;
33 static std::string
Colorize(std::string text, std::string color)
static const std::string green
Definition: Colors.hpp:13
static const std::string bwhite
Definition: Colors.hpp:16
static std::string Colorize(std::string text, std::string color)
Add prefix and suffix for color display in Linux terminal.
Definition: Colors.hpp:33
static std::string StartColor(std::string color)
returns selected color
Definition: Colors.hpp:44
static std::string StopColor()
resets color to default normal
Definition: Colors.hpp:53
static const std::string red
Definition: Colors.hpp:14
Colorizing the text.
Definition: Colors.hpp:23
static const std::string normal
Definition: Colors.hpp:17
static class containing a few color definitions
Definition: Colors.hpp:10
static const std::string blue
Definition: Colors.hpp:15