rougier / book-mode

A clean interface for org files (Emacs)
GNU General Public License v3.0
291 stars 7 forks source link

Mode-line face conflict with nano-theme #6

Open albreche opened 10 months ago

albreche commented 10 months ago

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 commented 10 months ago

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

albreche commented 10 months ago

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 commented 9 months ago

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 ?