Change: (defface ement-room-user) Add overline and extend

Helps to distinguish where senders change, especially when not using
prism mode.
This commit is contained in:
Adam Porter 2021-07-04 12:37:29 -05:00
parent 70e7cc9191
commit d0fd9c2bda

View file

@ -161,7 +161,7 @@ See Info node `(elisp)Other Display Specs'."
"Event timestamps.")
(defface ement-room-user
'((t (:inherit font-lock-function-name-face :weight bold)))
'((t (:inherit font-lock-function-name-face :weight bold :overline t :extend t)))
"Usernames.")
(defface ement-room-self