Stupid-EasyMotion icon indicating copy to clipboard operation
Stupid-EasyMotion copied to clipboard

Highlighting in LaTeX Files with base16 colors

Open raleng opened this issue 8 years ago • 1 comments

I just changed my vim colorscheme to base16 and noticed that the target key highlighting doesn't work anymore in LaTeX files. The movement to the target keys works, but the line either simply keeps it syntax highlighted colors and the target keys have the same color of the respective word, or the word is colored white (happens with options of LaTeX commands) and the target key is white, too.

This happens only in LaTeX files; C, Matlab, generic log/text files all work well. I do use the vimtex plugin, in case that's relevant.

For base16, I use the Plugin via vundle ('chriskempson/base16-vim') and the two commands in my .vimrc

let base16colorspace=256
colorscheme base16-default

If I uncomment the colorscheme line, everything works as expected. Same is obviously true for removing the vundle base16 plugin completely.

Any idea how to remedy this? Cheers!

raleng avatar Feb 18 '16 10:02 raleng

Interesting! Thanks for the issue.

joequery avatar Feb 18 '16 15:02 joequery