edran / hc-zenburn-emacs

An higher contrast version of the popular Zenburn theme for Emacs
45 stars 7 forks source link

Faces of module names at popup completion #9

Open wandersoncferreira opened 7 years ago

wandersoncferreira commented 7 years ago

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 commented 7 years ago

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.

edran commented 7 years ago

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