diff --git a/termcol b/termcol index 72c11be..6225d9b 100755 --- a/termcol +++ b/termcol @@ -4,7 +4,7 @@ set -e clear -printf '\e[4;37m\e[45m\e[30mA Book of Colors\e[0m\n' +printf '\e[4;37m\e[7;36mA Book of Colors\e[0m\n' printf '\n' printf 'Use \\e (or \\033) followed by the control sequence specified next to activate that color.\n'