nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
596 stars 113 forks source link

Cursor and text disappears on bright green evil-ex-lazy-highlight #154

Open duianto opened 4 years ago

duianto commented 4 years ago

The evil-ex-lazy-highlight face needs to be corrected for the dark theme.

The evil normal state cursor seems to use the current background color for the text on the cursor, this causes text on the cursor to almost disappear.

normal

And the green evil insert state cursor is almost invisible:

insert insert almost invisible

The cursor and text are visible in the light theme, but bright green next to red seems to cause a strange interaction.

light-normal light-insert

The following page states that:

Green and red color hues together tend to make each other brighter by competing for the foreground.

https://uxmovement.com/content/why-you-should-never-pair-green-and-red-on-the-web/

That might be what I'm seeing.