summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-10-14 09:39:45 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-10-14 18:07:53 +0200
commit8fc5148429545b795dcd8be2740088582a2d4e23 (patch)
treeee7936e2c98c0daed9fcd32f25a307b14f7c95e8
parentcae00567690033308ff06b5d09629e55813c52dd (diff)
downloademacs-8fc5148429545b795dcd8be2740088582a2d4e23.tar.gz
* lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from highlight
-rw-r--r--lisp/net/rcirc.el6
1 files changed, 1 insertions, 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")