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