diff --git a/colors.inc b/colors.inc index 6c415d8..47ece6d 100755 --- a/colors.inc +++ b/colors.inc @@ -5,7 +5,7 @@ declare -A idsCL idsCL[Default]="\e[39m" idsCL[Black]="\e[30m" idsCL[Red]="\e[31m" -idsCL[RedBold]="\e[1;31m" +idsCL[RedBold]="\e[31;1m" idsCL[Green]="\e[32m" idsCL[Yellow]="\e[33m" idsCL[Blue]="\e[34m"