w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Search-highlighted characters become unreadable when a vertical line is over them. #17

Open ghost opened 10 years ago

ghost commented 10 years ago

Whenever a highlighted, due to hlsearch, character is overlapping with the cursorcolumn or colorcolumn colum, both its foreground and background are darkened. This only happens for characters not in the same line as my cursor.

hybrid

I'm using rxvt-unicode-256 and

set hlsearch
set t_Co=256
let g:hybrid_use_Xresources = 0
colorscheme hybrid
nowox commented 7 years ago

Good, this is exactly the same issue I have. I have recently asked a question here:

https://vi.stackexchange.com/questions/12158/improperly-highlighted-when-used-with-cursorcolumn

And I still have no clues...