Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Change: (matrix-client-last-seen) Use own-metadata color
Browse files Browse the repository at this point in the history
So it's distinct from highlight lines.
  • Loading branch information
alphapapa committed Jul 3, 2019
1 parent 0f561ef commit 345e244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matrix-client-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
:group 'matrix-client)

(defface matrix-client-last-seen
'((t (:inherit highlight :height 0.1)))
`((t (:background ,(face-attribute 'matrix-client-own-metadata :foreground nil t)
:height 0.1)))
"Face for last-seen overlay."
:group 'matrix-client)

Expand Down

0 comments on commit 345e244

Please sign in to comment.