Update colors.inc

This commit is contained in:
2023-04-26 20:19:39 -05:00
parent 6cd72b063e
commit 955fdf644e

View File

@@ -60,7 +60,7 @@ idsCLf[Blue]=$(tput setaf 4)
idsCLf[Magenta]=$(tput setaf 5) idsCLf[Magenta]=$(tput setaf 5)
idsCLf[Cyan]=$(tput setaf 6) idsCLf[Cyan]=$(tput setaf 6)
idsCLf[White]=$(tput setaf 7) idsCLf[White]=$(tput setaf 7)
idsCLf[Bright]=$(tput bold) idsCLf[Bold]=$(tput bold)
idsCLf[Default]=$(tput sgr0) idsCLf[Default]=$(tput sgr0)
idsCLf[Blink]=$(tput blink) idsCLf[Blink]=$(tput blink)
idsCLf[Reverse]=$(tput smso) idsCLf[Reverse]=$(tput smso)