From dfd4b2d46dddcb2f2c44b1a0bae4a13a28ca36bb Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 4 Nov 2023 17:10:33 +0000 Subject: [PATCH] Change formatting on title --- termcol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'