abo-abo / avy

Jump to things in Emacs tree-style
1.74k stars 111 forks source link

Avy-background-face seems not applied on avy-goto-line? #60

Closed ReneFroger closed 9 years ago

ReneFroger commented 9 years ago

Situation:

After calling customize-face, then I search for avy-background-face.

The foreground and the background faces are changed, and this is saved and set in the current and future sessions. The colors are visible in the customization window.

Issue:

When I call avy-goto-line, then I still get another colors in the backgroud.

Does the face of avy-goto-line not belonging to the group of avy-background-face?

Thanks in advance.

abo-abo commented 9 years ago

Does the face of avy-goto-line not belonging to the group of avy-background-face?

The background doesn't work for avy-goto-line on purpose. I thought that since the location of the decision chars is known in advance, there's no reason to dim the whole window. Are you sure you want it to work?

ReneFroger commented 9 years ago

It's not clear to me what you mean with dim the whole window, or with which purposes the avy-goto-line is excluded from the customization group. I made a screenshot to illustrate my point

untitled

As you can see, whenn calling avy-goto-line, the background face of the decisions chars is pinky. I would like to change that. Does any face exists to customize with it?

abo-abo commented 9 years ago

You want to customize avy-lead-face. avy-background-face is responsible for dimming the whole window, you don't want that one.

ReneFroger commented 9 years ago

Then I'm was wrong. I assumed avy-background-face was for the hinting characters.

Thanks for your help, it's really appreciated. And what a nice weather you have in Eindhoven! :wink:.