nanotech/jellybeans.vim

Jellybeans colors don't appear like the screenshot

andyr opened this issue · 1 comments

andyr commented

Question:

I'm setting up a new OSX machine and have been using jellybeans for years. However, the theme/colors don't look like the screenshot in the README and instead look like the attached. How can I fix this?

my-jellybeans

(Apologies if this is easy, I normally configure my machine and never think about it again so it's been years since I tried to customize vim).

andyr commented

I figured it out. My dev environment is running tmux > zsh > vim. My solution was to let tmux handle setting the shell prefs:

tmux.conf:
set -g default-terminal "screen-256color"

AND remove any TERM settings/tmux aliases from my zshrc

screen shot 2017-06-08 at 1 00 04 pm