mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 17:21:41 -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.")
|
"Event timestamps.")
|
||||||
|
|
||||||
(defface ement-room-user
|
(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.")
|
"Usernames.")
|
||||||
|
|
||||||
(defface ement-room-self
|
(defface ement-room-self
|
||||||
|
|
Loading…
Add table
Reference in a new issue