change yellow to blue.

This commit is contained in:
Liu Ming
2016-06-06 14:56:29 +02:00
parent ef6dea7b8d
commit 099099d87c
+2 -2
View File
@@ -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";
}