fniessen / emacs-leuven-theme

This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696 stars 59 forks source link

change colors of the lucid toolkit? #37

Closed zeltak closed 7 years ago

zeltak commented 7 years ago

Hi, how are you?

well after about 5 years of using leuven i finally encountered something new :)

i changes the emacs GUI toolkit to lucid to avoid an X bug and i get really ugly faces in the menu

https://paste.xinu.at/5DBU/

i saw that other themes (such as solarized) change the faces of the menu

any clue if we can have that in leuven?

best

Z

fniessen commented 7 years ago

Hi zeltak,

Hi, how are you?

Fine, thank you.

well after about 5 years of using leuven i finally encountered something new :)

i changes the emacs GUI toolkit to lucid to avoid an X bug and i get really ugly faces in the menu

https://paste.xinu.at/5DBU/

i saw that other themes (such as solarized) change the faces of the menu

any clue if we can have that in leuven?

You could try to duplicate, or modify, the following line:

`(cursor ((,class (:background "#0FB300"))))

replacing cursor' bymenu' -- this is the only term in Solarized that gets my attention. Not sure what the right face should be customized.

Tell me if that works -- after reloading the theme...

Best regards, Fabrice

zeltak commented 7 years ago

yup that did the trick! its perfect! thx so much.

Z

fniessen commented 7 years ago

Could you give the line you've customized therefore? I will insert it by default, then.

zeltak commented 7 years ago

ahh sorry i just followed what you suggested, its:

;;; lucid toolkit emacs menus 
`(menu ((,class (:foreground "#FFFFFF" :background "#333333"))))

thx again!

z