diff --git a/colors.inc b/colors.inc index 5aadcf9..781a418 100755 --- a/colors.inc +++ b/colors.inc @@ -60,7 +60,7 @@ idsCLf[Blue]=$(tput setaf 4) idsCLf[Magenta]=$(tput setaf 5) idsCLf[Cyan]=$(tput setaf 6) idsCLf[White]=$(tput setaf 7) -idsCLf[Bright]=$(tput bold) +idsCLf[Bold]=$(tput bold) idsCLf[Default]=$(tput sgr0) idsCLf[Blink]=$(tput blink) idsCLf[Reverse]=$(tput smso)