Tidy
This commit is contained in:
@ -35,7 +35,8 @@ const std::map<std::string, coloredText> kReplacements = {
|
||||
{":info:", {"i", kTextColor_Blue}},
|
||||
{":check:", {"+", kTextColor_Green}},
|
||||
{":x:", {"x", kTextColor_Red}},
|
||||
{":error:", {"!", kTextColor_Red}}
|
||||
{":error:", {"!", kTextColor_Red}},
|
||||
{":question:", {"?", kTextColor_DarkGrey}}
|
||||
};
|
||||
|
||||
// Helper function to get ANSI color code
|
||||
|
Reference in New Issue
Block a user