chrishunt/color-schemes

Issue with colors

Closed this issue · 2 comments

I tried installing your themes in vim and iTerm2. They both seem to be installed however they look different when I go into tmux. And I cant see the line number anymore. Any ideas?

Hi @seawatts! Do you know if you have 256 colors enabled in tmux? Do you have this setting in your tmux.conf?

# use 256 term for pretty colors
set -g default-terminal "screen-256color"

You should see this set in the environment as well:

$ echo $TERM
screen-256color

Yeah that was kinda the issue. I actually found out there is a setting you can change in iTerm2 to set the "Report Terminal Type" to "xterm-256color"