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

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

Closed duianto closed 3 years ago

duianto commented 3 years ago

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.

lebensterben commented 3 years ago

Orange seems to be a very intuitive choice for highlighting.

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