diff options
| author | ruki <[email protected]> | 2019-01-02 22:56:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-02 11:36:27 +0800 |
| commit | b183f6326762e3797ad65fe81051f1e03494e331 (patch) | |
| tree | 7305b48ff7d58870f70fa1e44a6ad473992936ac /xmake/themes/default/xmake.lua | |
| parent | 5190a07502ec7c962f0db3a628c0b05f3877cfff (diff) | |
use color.error and color.warning styles
Diffstat (limited to 'xmake/themes/default/xmake.lua')
| -rw-r--r-- | xmake/themes/default/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/themes/default/xmake.lua b/xmake/themes/default/xmake.lua index a52ac5e14..6ba884dfd 100644 --- a/xmake/themes/default/xmake.lua +++ b/xmake/themes/default/xmake.lua @@ -30,3 +30,9 @@ theme("default") -- set color of the warning info set_color("warning", "bright yellow") + + -- set color of the verbose error info + set_color("verbose.error", "dim red") + + -- set color of the verbose warning info + set_color("verbose.warning", "dim yellow") |
