hlissner/emacs-solaire-mode

Header-line face not updating

skalyan91 opened this issue · 1 comments

In buffers where solaire-mode is enabled, the header line matches the (brightened) background colour. However, it retains this brighter colour even when I visit a buffer where solaire mode is off (e.g., Org Agenda). Is this behaviour intended? And is there any way to change it so that the header line always matches the background colour (just as the fringes do)?

2be8aa0 should fix this issue.

If it doesn't, this is largely theme dependent. Please include what theme you're using and screenshots of the behavior.

Otherwise, use custom-set-faces to customize the header-line face, e.g.

(custom-set-faces
  `(header-line ((t (:background "#000000")))))