romainl/Apprentice

cursorline and vimdiff create black on dark grey text

Closed this issue · 5 comments

Using cursorline when editing a merge conflict in vimdiff, added and modified text get a dark grey background with black text.
screen shot 2015-06-17 at 10 45 46 am

Hi, could you give me more info on your environment? I can't reproduce that behavior here.
vimdiff

Using vim 7.4 in iterm with the colorscheme file from your repo. Not using tmux. My vimrc is at https://github.com/fedemp/dotvim but it doesn't seem to be related.

I started vimdiff -u NONE foo bar, then :so colors/apprentice.vim and finally :set cursorline.

Hmm… I took my screenshot in Vim 7.4 in iTerm so we appear to have similar setups yet we have different results. Is that a basic diff (vimdiff or :diffthis) or a Fugitive-generated diff?

Both vimdiff and fugitive set as git mergetool show the same behaviour.

Using urxvt at home has the same issue too.

This is iterm preferences.

screen shot 2015-06-17 at 5 47 32 pm

Fixed as of commit f0b8e6c.