Skip to content

Fix solarized theme in tmux

krisleech edited this page Oct 24, 2011 · 1 revision

You might find the solarized theme does not render the correct colours when open from within a tmux session.

To correct this add an alias to your .bashrc / .zshrc

# Set correct term for tmux so solarized theme works in vim
alias tmux="TERM=screen-256color-bce tmux"