summaryrefslogtreecommitdiff
path: root/xmake/themes/dark/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/dark/xmake.lua
parent522a4454a460e46ee98a41c9c4f9df1f92ae0ffe (diff)
use theme
Diffstat (limited to 'xmake/themes/dark/xmake.lua')
-rw-r--r--xmake/themes/dark/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/themes/dark/xmake.lua b/xmake/themes/dark/xmake.lua
index dcf8119d3..f8d6a6b18 100644
--- a/xmake/themes/dark/xmake.lua
+++ b/xmake/themes/dark/xmake.lua
@@ -51,3 +51,9 @@ theme("dark")
-- the building target file
set_color("build.target", "magenta")
+ -- color dump
+ set_color("dump.string", "cyan")
+ set_color("dump.keyword", "blue")
+ set_color("dump.number", "green")
+ set_color("dump.function", "red")
+