summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-02 23:54:13 +0800
committerGitHub <[email protected]>2019-01-02 23:54:13 +0800
commita6bf28dab7d405beceb7216f0d624de2c72f1eb8 (patch)
tree69a5bc42e9a74b4e02f0c54dd739f29dbbc27a0d
parenta24b969afaa2c287702ad035233e7d5ed6c0e629 (diff)
Update xmake.lua
-rw-r--r--xmake/themes/dark/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/themes/dark/xmake.lua b/xmake/themes/dark/xmake.lua
index 6d9171226..11eeb3533 100644
--- a/xmake/themes/dark/xmake.lua
+++ b/xmake/themes/dark/xmake.lua
@@ -37,8 +37,8 @@ theme("dark")
set_color("build.progress", "green")
-- the color of the building object file
- set_color("build.object", "clear")
- set_color("build.object.verbose", "dim")
+ set_color("build.object", "")
+ set_color("build.object.verbose", "dim green")
-- the color of the building target file
set_color("build.target", "magenta")