Change formatting on title
This commit is contained in:
parent
41740d1092
commit
dfd4b2d46d
2
termcol
2
termcol
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
clear
|
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 '\n'
|
||||||
|
|
||||||
printf 'Use \\e (or \\033) followed by the control sequence specified next to activate that color.\n'
|
printf 'Use \\e (or \\033) followed by the control sequence specified next to activate that color.\n'
|
||||||
|
|
Loading…
Reference in New Issue