← Back to context Comment by homebrewer 2 days ago Have you tried setting 'termguicolors' in vimrc?https://vim-jp.org/vimdoc-en/options.html#'termguicolors' 1 comment homebrewer Reply t_mahmood 21 hours ago I had it, but it was not working.BUT I got it to work! Apparently I had my tmux setup wrongChanging 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" Got it from here https://github.com/vim/vim/issues/3608#issuecomment-84907404...
t_mahmood 21 hours ago I had it, but it was not working.BUT I got it to work! Apparently I had my tmux setup wrongChanging 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" Got it from here https://github.com/vim/vim/issues/3608#issuecomment-84907404...
I had it, but it was not working.
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.
Got it from here https://github.com/vim/vim/issues/3608#issuecomment-84907404...