Update colors.inc

This commit is contained in:
2023-04-26 20:17:30 -05:00
parent acdd705e20
commit 6cd72b063e

View File

@@ -61,7 +61,7 @@ idsCLf[Magenta]=$(tput setaf 5)
idsCLf[Cyan]=$(tput setaf 6)
idsCLf[White]=$(tput setaf 7)
idsCLf[Bright]=$(tput bold)
idsCLf[Normal]=$(tput sgr0)
idsCLf[Default]=$(tput sgr0)
idsCLf[Blink]=$(tput blink)
idsCLf[Reverse]=$(tput smso)
idsCLf[Underline]=$(tput smul)