emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Helm-selection overwrites helm-swoop-target-word-face #114

Open angrybacon opened 7 years ago

angrybacon commented 7 years ago
(set-face-attribute 'helm-swoop-target-word-face nil
                    :background 'unspecified
                    :foreground 'unspecified
                    :inherit 'isearch))

isearch isearch

Faces for isearch are still visible and don't conflict with hl-line.

helm-swoop swoop

Face for helm-swoop-target-word is visible but the background is overwritten by helm-selection.

cireu commented 5 years ago

Confirmed, I'll try to fix it