Header-line face not updating
skalyan91 opened this issue · 1 comments
skalyan91 commented
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)?
hlissner commented
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")))))