summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
authorRoy Ivy III <[email protected]>2020-02-22 19:00:05 -0600
committerRoy Ivy III <[email protected]>2020-02-22 19:00:05 -0600
commitf1a390e71d8c96ab005b01115e04ad109ea44d77 (patch)
tree370dfaca480d06749f68dc9ff2fc40ee88252a71 /xmake/plugins/project/main.lua
parent4a7f397b9036a3c31cad090732d758794555e40c (diff)
change ~ use 'success' theme more widely
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rwxr-xr-xxmake/plugins/project/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index b24a3b47f..af8d7a2cb 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -87,5 +87,5 @@ function main()
environment.leave("toolchains")
-- trace
- cprint("${bright}create ok!")
+ cprint("${color.success}create ok!${clear}")
end