emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bcf486c: Make the erc-header-line default to header-line


From: Lars Ingebrigtsen
Subject: master bcf486c: Make the erc-header-line default to header-line
Date: Wed, 29 Jul 2020 00:54:17 -0400 (EDT)

branch: master
commit bcf486c6043ba5f862c164f618f5b1017a1e0637
Author: Philip K <philip@warpmail.net>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/erc/erc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 3880778..bfe8a2b 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]