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

Mode-line face conflict with nano-theme #6

Open
albreche opened this issue Dec 9, 2023 · 3 comments
Open

Mode-line face conflict with nano-theme #6

albreche opened this issue Dec 9, 2023 · 3 comments

Comments

@albreche
Copy link
Contributor

albreche commented Dec 9, 2023

Step to reproduce, in dark mode:

  1. open a .el file (which default to book-mode) . Mode line face is as wanted, empty.
  2. then open an info file (eg: elisp manual) which is opened in info mode
    Then modeline of the book-mode window as a nano-faded background.
@rougier
Copy link
Owner

rougier commented Dec 13, 2023

I do not get the problem. How did you make book mode the default? Can you post screenshots?

@albreche
Copy link
Contributor Author

I setup book-mode with use-package, as follow :

 (use-package book-mode
  :straight (book-mode :type git :host github :repo "rougier/book-mode.git"
                      :local-repo "~/src/book-mode"
                      :fork (:host github  :repo "albreche/book-mode"))
  :hook (org-mode . book-mode))

below a screenshot.
20231229_174243

@rougier
Copy link
Owner

rougier commented Jan 9, 2024

Oh, I think the problem comes from the mode-line-inactive face. As a quick test, can you make it yellow (for example) to check if this is the origin ?

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