diff options
| author | ruki <[email protected]> | 2019-01-02 23:24:47 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-02 23:24:47 +0800 |
| commit | 838ffd07819b43acfd2d9b6f71e32d30e3bdfc00 (patch) | |
| tree | f622f9f431af71120b45e751218d41da02f0eabd | |
| parent | a5edf8e991f7fcab4981657c4f5aa9821411b544 (diff) | |
modify error emoji
| -rw-r--r-- | xmake/themes/emoji/xmake.lua | 4 |
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") |
