Make mu4e-header-highlight-face to use intended style

I made a mistake before: I did not want the 'highlight' to be used in
this case as it is too intense.  Sorry!
This commit is contained in:
Protesilaos Stavrou 2023-01-07 16:39:36 +02:00
parent 4455e93bc5
commit 542ee4ab5c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -2864,7 +2864,7 @@ FG and BG are the main colors."
`(mu4e-footer-face ((,c :inherit italic :foreground ,fg-alt)))
`(mu4e-forwarded-face ((,c :inherit italic :foreground ,info)))
`(mu4e-header-face ((,c :inherit shadow)))
`(mu4e-header-highlight-face ((,c :inherit highlight)))
`(mu4e-header-highlight-face (,c :background ,bg-hl-line :extend t))
`(mu4e-header-key-face ((,c :inherit message-header-name)))
`(mu4e-header-marks-face ((,c :inherit mu4e-special-header-value-face)))
`(mu4e-header-title-face ((,c :foreground ,fg-alt)))