protesilaos / ef-themes

Colourful and legible themes for GNU Emacs
GNU General Public License v3.0
299 stars 16 forks source link

3D modeline effect? #40

Open LemonBreezes opened 5 months ago

LemonBreezes commented 5 months ago

Hi. Would it be possible to add the 3D modeline effect for the Ef themes? This is the only thing I'm really missing from the Modus Themes when using an Ef theme.

protesilaos commented 5 months ago

Maybe this is enough?

(custom-set-faces
 '(mode-line ((t :box (:line-width 1 :style released-button)))))
LemonBreezes commented 5 months ago

Maybe this is enough?

(custom-set-faces
 '(mode-line ((t :box (:line-width 1 :style released-button)))))

I think I prefer something like:

(set-face-attribute 'mode-line nil :box (face-foreground 'ef-themes-heading-0 nil t))
(set-face-attribute 'mode-line-inactive nil :box (face-foreground 'shadow nil t))

though this only looks nice for some of the Ef themes.