From acdd705e2069c3492a4a6c8395c1dff8f1695727 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 20:14:08 -0500 Subject: [PATCH] Update colors.inc --- colors.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)