projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9e065
)
Make the erc-header-line default to header-line
author
Philip K
<philip@warpmail.net>
Wed, 29 Jul 2020 04:54:05 +0000
(06:54 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 3880778794593761dd6cc8bbe8d1b68dd650d46f..bfe8a2b42ebc0ac3f852cb57a3c7b3d07d599c79 100644
(file)
--- 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."