nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-highlight-symbol, new default face, hard to see cursor

duianto opened this issue · comments

The auto-highlight-symbol package has added a new face:
ahs-plugin-default-face
https://github.com/jcs-elpa/auto-highlight-symbol/blob/93458049093e902045fde2439bd1aed16d3e631d/auto-highlight-symbol.el#L445

It uses the color: "Orange1" as the background.

This is very close evil normal state cursors color,
which seems to use the face: spacemacs-normal-face
Background: DarkGoldenrod2

emacs_l18w2yvvMe

This can make it difficult to find the normal state cursor,
at least if it's a long symbol.

Orange seems to be a very intuitive choice for highlighting.

Maybe we should change evil-normal-state cursor color instead.