change yellow to blue.
This commit is contained in:
@@ -43,8 +43,8 @@ namespace Log {
|
||||
const std::string none = "\033[0m";
|
||||
const std::string red = "\033[31m";
|
||||
const std::string red_strong = "\033[31;1m";
|
||||
const std::string yellow = "\033[33m";
|
||||
const std::string yellow_strong = "\033[33;1m";
|
||||
const std::string blue = "\033[34m";
|
||||
const std::string blue_strong = "\033[34;1m";
|
||||
const std::string default_color = "\033[39m";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user