haishanh/night-owl.vim

MatchParen highlight is misleading

Closed this issue · 2 comments

MatchParen hightlight makes the matching bracket way more visible than the bracket where the cursor is

In below image the cursor is on the first bracket, while it seems it is in the last one

image

Removing the MatchParen line in colorscheme makes it clearer

image

@clobrano Thanks for opening the issue.

Indeed remove MatchParen seems is the best option, the change is in master already.

I tried using different fg/bg color combos, it's hard to make it right. And different terminals(emulator) tend to vary a lot on rendering the cursor.

Thanks a lot!