summaryrefslogtreecommitdiff
path: root/xmake/plugins/repo/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/repo/main.lua
parent4a7f397b9036a3c31cad090732d758794555e40c (diff)
change ~ use 'success' theme more widely
Diffstat (limited to 'xmake/plugins/repo/main.lua')
-rw-r--r--xmake/plugins/repo/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/repo/main.lua b/xmake/plugins/repo/main.lua
index 41f015451..5295728d1 100644
--- a/xmake/plugins/repo/main.lua
+++ b/xmake/plugins/repo/main.lua
@@ -49,7 +49,7 @@ function _add(name, url, branch, is_global)
end
-- trace
- cprint("${bright}add %s repository(%s): %s%s ok!", ifelse(is_global, "global", "local"), name, url, branch and (" " .. branch) or "")
+ cprint("${color.success}add %s repository(%s): %s%s ok!${clear}", ifelse(is_global, "global", "local"), name, url, branch and (" " .. branch) or "")
-- leave environment
environment.leave()
@@ -156,7 +156,7 @@ function _clear(is_global)
end
-- trace
- cprint("${bright}clear %s repositories: ok!", ifelse(is_global, "global", "local"))
+ cprint("${color.success}clear %s repositories: ok!${clear}", ifelse(is_global, "global", "local"))
end
-- list all repositories