Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const std::string COLOR = "\x03";
- const std::string BOLD = "\x2";
- const std::string ULINE = "\x1f";
- const std::string WHITE = COLOR + "00";
- const std::string BLACK = COLOR + "01";
- const std::string DARK_BLUE = COLOR + "02";
- const std::string GREEN = COLOR + "03";
- const std::string RED = COLOR + "04";
- const std::string MAROON = COLOR + "05";
- const std::string PURPLE = COLOR + "06";
- const std::string ORANGE = COLOR + "07";
- const std::string YELLOW = COLOR + "08";
- const std::string LIME_GREEN = COLOR + "09";
- const std::string TEAL = COLOR + "10";
- const std::string CYAN = COLOR + "11";
- const std::string BLUE = COLOR + "12";
- const std::string PINK = COLOR + "13";
- const std::string GREY = COLOR + "14";
- const std::string LIGHT_GREY = COLOR + "15";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement