From: Philip K Date: Wed, 29 Jul 2020 04:54:05 +0000 (+0200) Subject: Make the erc-header-line default to header-line X-Git-Tag: emacs-28.0.90~6912 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcf486c6043ba5f862c164f618f5b1017a1e0637;p=emacs.git Make the erc-header-line default to header-line * 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). --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 38807787945..bfe8a2b42eb 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -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."