Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D modeline effect? #40

Open
LemonBreezes opened this issue Mar 17, 2024 · 2 comments
Open

3D modeline effect? #40

LemonBreezes opened this issue Mar 17, 2024 · 2 comments

Comments

@LemonBreezes
Copy link

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
Copy link
Owner

Maybe this is enough?

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

@LemonBreezes
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants