summaryrefslogtreecommitdiff
path: root/xmake/themes/dark/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/themes/dark/xmake.lua')
-rw-r--r--xmake/themes/dark/xmake.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/xmake/themes/dark/xmake.lua b/xmake/themes/dark/xmake.lua
index 111ccc211..333cd6b81 100644
--- a/xmake/themes/dark/xmake.lua
+++ b/xmake/themes/dark/xmake.lua
@@ -25,6 +25,18 @@
-- define theme
theme("dark")
+ -- the success status
+ set_text("success", "ok")
+ set_color("success", "green")
+
+ -- the failure status
+ set_text("failure", "failed")
+ set_color("failure", "red")
+
+ -- the nothing status
+ set_text("nothing", "no")
+ set_color("nothing", "red")
+
-- the error info
set_color("error", "red")
set_color("error.dim", "dim red")