Hi,
I am using tmux 3.1c-1 in Debian testing and for some reason I cannot get true colors to work.
Both with kitty and with st, the terminal itself shows true colors (I have a script to output a colored line where you can see if you have true colors or not) but in both terminals as soon as I run tmux the true color support is gone.
I assume this is just a matter of proper configuration, but just to avoid wasting time:
Is the tmux-version in the debian repos capable of true colors at all?
Is anyone using a terminal+tmux combination with true colors successfully?
Many thanks!
EDIT:
Figured it out. "set -ga terminal-overrides ",*256col*:Tc" in tmux.conf did the trick.