Tagged Questions
2
votes
1answer
147 views
Disable Bright Colors in TTY
I've been searching for a way to disable the bright (bold) colours in a TTY (colours 8 to 15). I'd like all bright colours to use their half-bright counterparts.
1
vote
4answers
705 views
less emulate a TTY to preserve piped color output
When you pipe something through less, the program usually discards color codes because it's not outputting to a TTY. So you have to add --color=always to the options for it to work.
ls -l ...
2
votes
2answers
772 views
Is there a way to alter the colors used in TTY consoles on Linux?
By "alter colors", I mean something like change black from #000000 to #111111, and by "TTY console", I mean what you get when you do Ctrl+Alt+F1 from X11, not a terminal emulator like xterm or urxvt.
...