_msg: Change the display of colors

This commit is contained in:
Stig-Ørjan Smelror 2024-02-06 09:55:22 +01:00
parent 95df8e4c75
commit f8242328ad

2
qsgen2
View File

@ -147,7 +147,7 @@ function _msg() {
echo "${magenta}${2}${end}"
;;
main)
echo "${white_bg}${green} ${2} ${end}"
echo "${green}${white_bg} ${2} ${end}"
;;
*)
echo "${2}"