jan-warchol/selenized

invisible cursor in vim

AwesomePatrol opened this issue · 3 comments

I am using dark urxvt theme and selenized color scheme in vim.

Following pictures were taken on vanilla themes except the background color of line number column.

right_parent
Cursor on the right parentheses of main.

right_bracket

Cursor on the closing curly bracket of the main.

right_bracket_unfocused
Same as before, but window is not focused.

normal_focused
For comparison, cursor on the focused window.

normal_unfocused
Unfocused window.

I noticed that character below is turning white, but it is really hard to notice.

Thanks for the report! I'll debug this when I'll have some spare time during May holidays :)

This bug is fixed I believe. This is using the ColorTemplate version with Alacritty and NeoVim that has just been merged:

right_parentheses_main
Cursor on the right parentheses of main.

right_curly
Cursor on the closing curly bracket of the main.

right_curly_unfocused
Same as before, but window is not focused.

focused
For comparison, cursor on the focused window.

unfocused
Unfocused window.

Indeed, I remember changing highlight rules for matching parenthesis at some point. @AwesomePatrol I'm closing the issue, but feel free to reopen if latest master doesn't work for you.