From ba43ce36a82ecdedf8feeb93359287105aaa418a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 5 Jul 2023 21:14:30 -0500 Subject: [PATCH] Update colors.inc --- colors.inc | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/colors.inc b/colors.inc index 781a418..0d1db7e 100755 --- a/colors.inc +++ b/colors.inc @@ -49,21 +49,6 @@ idsST[Blink]="\e[5m" idsST[Invert]="\e[7m" idsST[Hidden]="\e[8m" -declare -A idsCLf -idsCLf[Black]=$(tput setaf 0) -idsCLf[Red]=$(tput setaf 1) -idsCLf[Green]=$(tput setaf 2) -idsCLf[Yellow]=$(tput setaf 3) -idsCLf[LimeYellow]=$(tput setaf 190) -idsCLf[PowderBlue]=$(tput setaf 153) -idsCLf[Blue]=$(tput setaf 4) -idsCLf[Magenta]=$(tput setaf 5) -idsCLf[Cyan]=$(tput setaf 6) -idsCLf[White]=$(tput setaf 7) -idsCLf[Bold]=$(tput bold) -idsCLf[Default]=$(tput sgr0) -idsCLf[Blink]=$(tput blink) -idsCLf[Reverse]=$(tput smso) -idsCLf[Underline]=$(tput smul) +