]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the erc-header-line default to header-line
authorPhilip K <philip@warpmail.net>
Wed, 29 Jul 2020 04:54:05 +0000 (06:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 29 Jul 2020 04:54:05 +0000 (06:54 +0200)
* lisp/erc/erc.el (erc-header-line): Inherit from header-line (the
old values were very similar in light mode, but very different
in dark mode) (bug#41095).

lisp/erc/erc.el

index 3880778794593761dd6cc8bbe8d1b68dd650d46f..bfe8a2b42ebc0ac3f852cb57a3c7b3d07d599c79 100644 (file)
@@ -1212,7 +1212,7 @@ which the local user typed."
   :group 'erc-faces)
 
 (defface erc-header-line
-  '((t :foreground "grey20" :background "grey90"))
+  '((t :inherit header-line))
   "ERC face used for the header line.
 
 This will only be used if `erc-header-line-face-method' is non-nil."