diff options
| author | ruki <[email protected]> | 2019-01-03 22:37:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-03 09:45:01 +0800 |
| commit | 21539005098febb08e7331e14cae59639c9a21fc (patch) | |
| tree | 96b6eb1301a0cbae2fe532752bdc40b759994b41 /xmake/actions/config/main.lua | |
| parent | 22a3a1c21f41205fa5ea71a4fd0a0d9caa2b8963 (diff) | |
improve theme name
Diffstat (limited to 'xmake/actions/config/main.lua')
| -rw-r--r-- | xmake/actions/config/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 6fdf213b1..67f9578d0 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -160,7 +160,7 @@ function main() if not option.get("quiet") and not option.get("yes") then -- show tips - cprint("${color.warning}note: ${clear}xmake.lua not found, try generating it (pass -y to skip confirm)?") + cprint("${color.warning.bright}note: ${clear}xmake.lua not found, try generating it (pass -y to skip confirm)?") cprint("please input: n (y/n)") -- get answer |
