We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.bashrc
.zshrc
# Set correct term for tmux so solarized theme works in vim alias tmux="TERM=screen-256color-bce tmux"