mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
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:
parent
70e7cc9191
commit
d0fd9c2bda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue