nvim icon indicating copy to clipboard operation
nvim copied to clipboard

Highlight style for "Visual" has very low contrast

Open nick4tech opened this issue 1 year ago • 5 comments

The highlight style often used to identify all instances of a variable on a document ("Visual"), makes the name unreadable because it doesn't have enough contrast with the color for variable names.

This variable name: image

Looks like this when cursor is hovering over them: image

nick4tech avatar Aug 16 '22 07:08 nick4tech

Do you mean when switching to visual mode its not readable ?

Mangeshrex avatar Aug 16 '22 08:08 Mangeshrex

No, because when highlighting text in visual mode, it's actually readable:

image

nick4tech avatar Aug 16 '22 08:08 nick4tech

ohh so what's your issue ? Sorry, I am not able to understand what you mean

Mangeshrex avatar Aug 16 '22 08:08 Mangeshrex

I'm using this plugin to highlight all instances of a variable in the code. So for example with the colorscheme OceanicNext it looks like this: image

However, in everblush the color used for this highlight doesn't provide good contrast with the variable color, so it actually looks like this: image

Which makes the variables unreadable.

Hope that clears it up. Let me know if you need anything else.

nick4tech avatar Aug 16 '22 10:08 nick4tech

OK now I got your issue. I have to add support for this Plugin. I'll update when it's done

Mangeshrex avatar Aug 16 '22 10:08 Mangeshrex