_msg: Switch colors

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 20:44:38 +01:00
parent 3d00df3936
commit 066f85db61

4
qsgen2
View File

@ -86,10 +86,10 @@ function _msg() {
case ${1} in
std)
echo "${green}${2}${end}"
echo "${yellow}${2}${end}"
;;
info)
echo "${yellow}${2}${end}"
echo "${green}${2}${end}"
;;
debug)
echo "${red}${2}${end}"