Andrew Wong
Andrew Wong
What's the output of `echo $TERM` when you're in xshell by itself, and what's the output when tmux is running? Try adding in your `~/.tmux.conf` ``` set-option -g default-terminal "screen-256color"...
Sorry, not sure what's up. Sounds like a terminal issue. Does the same thing happen with other terminals on windows e.g. KiTTY/PuTTY, or other vim themes?
What colours are in your ~/.Xresources? Are you getting 256 colours in mate-terminal and vim? Type `tput colors` in mate-terminal and `:set t_Co` in vim to confirm.
Is the regular vim theme working? The vimdifff screenshot in the original theme isn't using hybrid
Have you set the correct colours in your ~/.Xresources from https://gist.github.com/w0ng/3278077 ?
I can reproduce this ``` NVIM v0.5.1 Build type: Release LuaJIT 2.1.0-beta3 Compilation: clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla...