-
Notifications
You must be signed in to change notification settings - Fork 31
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
Weird border and foreground color for inactive modeline when in bottom position #56
Comments
Probably the mode-line-inactive face has some weird settings. Can you try to customize it and check how it is configured ? |
These are the parameters of the
These settings are the same whether i load The same applies for the
I believe the border issue can be solved by setting the following parameter for both
This way the border gets the same color of the background. As for the foreground color, both
|
These defaults are probably saved in your custom settings (either at the end of your init.el file or in custom.el) |
I have used "emacs -Q" when looking upon the face customization panel. This is the code that i fed to
then I executed |
Oh I see, the |
Also keeping the box with |
I'm using Emacs 29.0.91 with nano-theme (master branch) and the simpler branch of the nano-modeline (but the same issue can be reproduced with the nano-modeline from the master branch).
This is how the modeline looks when on top:
This is how it looks when on bottom:
To reproduce this beheaviour, run this with
emacs -Q
:The text was updated successfully, but these errors were encountered: