summaryrefslogtreecommitdiff
path: root/xmake/themes/plain/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-02 22:57:10 +0800
committerruki <[email protected]>2019-01-02 11:43:01 +0800
commitf4ba9c2b6f85ce5d8b959714d8beaae9f03e4fe0 (patch)
tree990b915f0f772d0da92d6c094d69d35c348be83c /xmake/themes/plain/xmake.lua
parentb183f6326762e3797ad65fe81051f1e03494e331 (diff)
add build.progress style
Diffstat (limited to 'xmake/themes/plain/xmake.lua')
-rw-r--r--xmake/themes/plain/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/themes/plain/xmake.lua b/xmake/themes/plain/xmake.lua
index 667b4a0be..457559bd0 100644
--- a/xmake/themes/plain/xmake.lua
+++ b/xmake/themes/plain/xmake.lua
@@ -36,3 +36,6 @@ theme("plain")
-- set color of the verbose warning info
set_color("verbose.warning", "")
+
+ -- the color of the building progress
+ set_color("build.progress", "")