diff options
| author | Roy Ivy III <[email protected]> | 2020-02-22 19:00:05 -0600 |
|---|---|---|
| committer | Roy Ivy III <[email protected]> | 2020-02-22 19:00:05 -0600 |
| commit | f1a390e71d8c96ab005b01115e04ad109ea44d77 (patch) | |
| tree | 370dfaca480d06749f68dc9ff2fc40ee88252a71 /xmake/plugins/project/main.lua | |
| parent | 4a7f397b9036a3c31cad090732d758794555e40c (diff) | |
change ~ use 'success' theme more widely
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rwxr-xr-x | xmake/plugins/project/main.lua | 2 |
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 |
