#How does one change the TTY font colour?
10 messages · Page 1 of 1 (latest)
as for color idk
but for font, it will change.
as for me, i also change the font in grub menu, so the font on my screen will change three times before i log in🤣
the font of the arch initialization output will start to change after load the module of consolefont
ANSI Escape Sequences! https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
try running sh $ printf '\e[91m'
though if you have a colored prompt... it'll be a bit more work
you could add the sequences at the end of your prompt
to change only the color of the text that you write