The current colours for mu4e's replied and unread faces are the same, and the only way to distinguish is from the weight. This is pretty confusing as it makes you wonder whether you've read/replied to the mail or not.
This changes the font face for replied mail to the font-lock-function-name-faces which is green and feels like a good indicator of action that has been completed (I realize that this might be bad from a usability perspective for red/green colour blind people, but I wasn't sure what other colour would work better; happy to take suggestions).
As a side question, if feels a little weird that the font-lock-*-faces are being re-used/inherited from for colouring purposes, would it make sense in the future to create colour based font-faces that can be used as base building blocks instead of these prog specific ones?
First of all awesome theme, ❤️ing it.
The current colours for mu4e's replied and unread faces are the same, and the only way to distinguish is from the weight. This is pretty confusing as it makes you wonder whether you've read/replied to the mail or not.
This changes the font face for replied mail to the
font-lock-function-name-face
s which is green and feels like a good indicator of action that has been completed (I realize that this might be bad from a usability perspective for red/green colour blind people, but I wasn't sure what other colour would work better; happy to take suggestions).As a side question, if feels a little weird that the
font-lock-*-face
s are being re-used/inherited from for colouring purposes, would it make sense in the future to create colour based font-faces that can be used as base building blocks instead of these prog specific ones?