Bash CLI Farben/Colors

reg bld und tput-command-colors
 Text Text Text $(tput setaf 1)
 Text Text Text $(tput setaf 2)
 Text Text Text $(tput setaf 3)
 Text Text Text $(tput setaf 4)
 Text Text Text $(tput setaf 5)
 Text Text Text $(tput setaf 6)
 Text Text Text $(tput setaf 7)
 Bold $(tput bold)
 Underline $(tput sgr 0 1)
 Reset $(tput sgr0)