I\'m running iterm2 and when I\'m in tmux mode the colorscheme I have set in vim does not show up. Only the color scheme I\'ve set in iterm. If I run vim from shell the colo
From the tmux man page, adding flag as following:
tmux -2
This -2 flag forces tmux to run on 256-color mode.
-2
This works for me