diff --git a/ct/debian.sh b/ct/debian.sh
index fc7f98d4c..36ed693ba 100644
--- a/ct/debian.sh
+++ b/ct/debian.sh
@@ -3,7 +3,7 @@ YW=`echo "\033[33m"`
 BL=`echo "\033[36m"`
 RD=`echo "\033[01;31m"`
 CM='\xE2\x9C\x94\033'
-GN=`echo "\033[1;92m"`
+GN=`echo "\033[32m"`
 CL=`echo "\033[m"`
 APP="Debian"
 HN=$(echo ${APP,,} | tr -d ' ')