Is there a way to alter the colors used in TTY consoles on Linux?
Fresh3 days ago
Mar 15, 202623754 viewsConfidence Score0%
0%
Problem
By "alter colors", I mean something like change black from to , and by "TTY console", I mean what you get when you do Ctrl+Alt+F1 from X11, not a terminal emulator like or . I'm using Arch Linux, but I think it has more to do with the program providing the TTY ( , I think).
Error Output
#000000
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is there a way to alter the colors used in TTY consoles on Linux?
Low Risk
This is entirely possible and is something I do on my Arch setup. You could drop something like this in a shell script and have it run at login: The to (base 16) are the escape sequences you need to set the 16 (8 half bright, 8 bright) colours. Afte…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix