I am using tmux for now,
I use vim for coding, and I noticed some color flaws, ONLY when I use vim with tmux.
Both terminals support 256 colors when I run this: tput colors
When I test my terminal to see if true true colors are supported, this is the result:
curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash
terminal output:

but when I run this in tmux:

I checked the result of echo $ TERM, but both of them return this:
xterm-256color
So, I'm really confused about what might be the problem here = \
Any idea?
Thank you so much!
source
share