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
Since this is the first result on Google and since none of the above helped..wanted to post this so that someone might find it helpful
in .vimrc:
.vimrc
set background=dark set t_Co=256
HTH