diff --git a/colors.inc b/colors.inc index 9df8cb1..ab9f776 100755 --- a/colors.inc +++ b/colors.inc @@ -53,7 +53,7 @@ declare -A idsCLf idsCLf[Black]=$(tput setaf 0) idsCLf[Red]=$(tput setaf 1) idsCLf[Green]=$(tput setaf 2) -idsCLf[Yello]=$(tput setaf 3) +idsCLf[Yellow]=$(tput setaf 3) idsCLf[LimeYellow]=$(tput setaf 190) idsCLf[PowderBlue]=$(tput setaf 153) idsCLf[Blue]=$(tput setaf 4)