diff options
| -rw-r--r-- | xmake/themes/plain/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/themes/plain/xmake.lua b/xmake/themes/plain/xmake.lua index eda3c3816..c7c61516b 100644 --- a/xmake/themes/plain/xmake.lua +++ b/xmake/themes/plain/xmake.lua @@ -26,15 +26,15 @@ theme("plain") set_color("success", "") -- the failure status - set_text("failure", "failed") + set_text("failure", "$failed") set_color("failure", "") -- the nothing status - set_text("nothing", "no") + set_text("nothing", "$no") set_color("nothing", "") -- the error info - set_text("error", "error") + set_text("error", "$error") set_color("error", "") -- the warning info |
