But I really want Vim to color properly in it, can anyone give me the right solution?
https://vim-jp.org/vimdoc-en/options.html#'termguicolors'
BUT I got it to work! Apparently I had my tmux setup wrong
Changing to this fixed the colors on tmux. Hopefully this help someone in the future.
# tmux colors set -g default-terminal "xterm-256color" set -ag terminal-overrides ",xterm-256color:Tc"
But I really want Vim to color properly in it, can anyone give me the right solution?