ajmwagar / vim-deus

🌙 A better color scheme for the late night coder
http://vimcolors.com/740/deus/dark
MIT License
775 stars 65 forks source link

Setting cursorcolumn with highlighted search patterm make characters invisible #7

Closed antenore closed 6 years ago

antenore commented 7 years ago

In my vimrc I've set corsurcolumn and cursorline.

If I search for a pattern, all the characters highlighted in the same column are black on black, so they become invisible.

I'm not sure how to fix this because I don't know if there are any drawbacks changing cursorcolumn colors.

selection_011

antenore commented 7 years ago

I forgot to mention that currently the CursorColumn is set to:

CursorColumn term=reverse ctermbg=242 guibg=Grey40

I don't know from where it comes from as it's not set by vim-dues, neither from any of my vim files

ajmwagar commented 7 years ago

Hmm... What plugin are you setting that too... I don't have it, nor any knowledge on which plugin it's from.

antenore commented 7 years ago

It's a standard feature, anything special.

ajmwagar commented 7 years ago

Could you share more of your .vimrc (or the whole thing) so I can debug?

antenore commented 7 years ago

Yes, sure:

https://github.com/antenore/dotfiles/blob/master/vim/.vimrc

The relevant line is:

https://github.com/antenore/dotfiles/blob/master/vim/.vimrc#L152

antenore commented 6 years ago

Now it works perfectly, I've applied the settings you have advised in the README and everything is fine!!!

Thanks!