]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from highlight
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 14 Oct 2022 07:39:45 +0000 (09:39 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 14 Oct 2022 16:07:53 +0000 (18:07 +0200)
lisp/net/rcirc.el

index 1da4fce831536db7fcff1c3e16dcda1fe1d7e449..eadaf00c4b84d5817be42ebed73b7e0a61c39b1f 100644 (file)
@@ -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")