summaryrefslogtreecommitdiff
path: root/xmake/themes/plain/xmake.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-19 14:48:00 +0800
committerOpportunityLiu <[email protected]>2019-06-19 14:48:00 +0800
commitb975e1c77606cebc7e08cfc40d8d7517ad080c2d (patch)
treed533dd8437a5a6f3a1e4e18f19db7a81b887a9bb /xmake/themes/plain/xmake.lua
parent522a4454a460e46ee98a41c9c4f9df1f92ae0ffe (diff)
use theme
Diffstat (limited to 'xmake/themes/plain/xmake.lua')
-rw-r--r--xmake/themes/plain/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/themes/plain/xmake.lua b/xmake/themes/plain/xmake.lua
index 3417eb317..1b782e9e9 100644
--- a/xmake/themes/plain/xmake.lua
+++ b/xmake/themes/plain/xmake.lua
@@ -51,3 +51,9 @@ theme("plain")
-- the building target file
set_color("build.target", "")
+ -- color dump
+ set_color("dump.string", "")
+ set_color("dump.keyword", "")
+ set_color("dump.number", "")
+ set_color("dump.function", "")
+