This commit is contained in:
Your Name
2025-04-25 10:21:41 +12:00
parent 40b992efeb
commit 5dd4a9dce6
13 changed files with 72 additions and 303 deletions

View File

@ -34,7 +34,8 @@ const std::map<std::string, coloredText> kReplacements = {
{":warning:", {"!", kTextColor_Yellow}},
{":info:", {"i", kTextColor_Blue}},
{":check:", {"+", kTextColor_Green}},
{":x:", {"x", kTextColor_Red}}
{":x:", {"x", kTextColor_Red}},
{":error:", {"!", kTextColor_Red}}
};
// Helper function to get ANSI color code