From 066f85db6117bca93af7ca77e164fc4ea3864a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 20:44:38 +0100 Subject: [PATCH] _msg: Switch colors --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index a7c6f1d..10ee59e 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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}"