hc-zenburn-emacs icon indicating copy to clipboard operation
hc-zenburn-emacs copied to clipboard

Faces of module names at popup completion

Open wandersoncferreira opened this issue 8 years ago • 2 comments

This is the looks of my pop window using auto-complete at Emacs lisp mode:

This looks nice! However, this is how it looks like in Python Mode (I am using the jedi library to provide the candidates)

:/

I would like to have the same behavior as elisp mode.

wandersoncferreira avatar Mar 06 '17 21:03 wandersoncferreira

Mission accomplished!

The variable you need to modify is popup-summary-face.

My config to the image above:

(custom-set-faces
 '(popup-summary-face ((t (:background "#5E5E5E" :foreground "gray14")))))

Closing it.

wandersoncferreira avatar Mar 06 '17 22:03 wandersoncferreira

Cheers - I'll fix that as soon as I get around going through the current issues. I keep procrastinating finishing up the theme :(

edran avatar Mar 07 '17 16:03 edran