I came across [this answer](https://unix.stackexchange.com/a/94306/61798) which indicates that dircolors can use 256 colors if the terminal is compatible with xterm.
I have konsole, qterminal, xterm, rxvt-unicode, gnome-terminal and lxterminal installed on Kubuntu 18.04.
Only Konsole and qterminal don't seem to use 256 colors and seem restricted to
So it seems that konsole and qterminal aren't "xterm-compatible". Is that correct?
I have konsole, qterminal, xterm, rxvt-unicode, gnome-terminal and lxterminal installed on Kubuntu 18.04.
Only Konsole and qterminal don't seem to use 256 colors and seem restricted to
Code:
# Text color codes: # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white # Background color codes: # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
Comment