From 8fc5148429545b795dcd8be2740088582a2d4e23 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 14 Oct 2022 09:39:45 +0200 Subject: [PATCH] * lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from highlight --- lisp/net/rcirc.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 1da4fce8315..eadaf00c4b8 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -3020,11 +3020,7 @@ for nick completion." :version "29.1") (defface rcirc-bridged-nick - '((((class color) (min-colors 88) (background light)) :background "SlateGray1") - (((class color) (min-colors 88) (background dark)) :background "DarkSlateGray4") - (((class color) (min-colors 16) (background light)) :background "LightBlue") - (((class color) (min-colors 16) (background dark)) :background "DarkSlateGray") - (t :background "blue")) + '((t :inherit highlight)) "Face used for pseudo-nick ." :version "29.1") -- 2.39.5