diff --git a/colors.inc b/colors.inc index ab9f776..5aadcf9 100755 --- a/colors.inc +++ b/colors.inc @@ -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)