summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-02 23:24:47 +0800
committerGitHub <[email protected]>2019-01-02 23:24:47 +0800
commit838ffd07819b43acfd2d9b6f71e32d30e3bdfc00 (patch)
treef622f9f431af71120b45e751218d41da02f0eabd
parenta5edf8e991f7fcab4981657c4f5aa9821411b544 (diff)
modify error emoji
-rw-r--r--xmake/themes/emoji/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/themes/emoji/xmake.lua b/xmake/themes/emoji/xmake.lua
index f04bd84bd..bbd7b84bd 100644
--- a/xmake/themes/emoji/xmake.lua
+++ b/xmake/themes/emoji/xmake.lua
@@ -26,8 +26,8 @@
theme("emoji")
-- set color of the error info
- set_color("error", "x")
- set_color("error.verbose", "x")
+ set_color("error", "exclamation")
+ set_color("error.verbose", "exclamation")
-- set color of the warning info
set_color("warning", "warning")