mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
* lisp/faces.el (help-argument-name): Use grey background, not foreground
https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg00402.html
This commit is contained in:
parent
dc083ebc4e
commit
7ec870c538
@ -2816,11 +2816,11 @@ Note: Other faces cannot inherit from the cursor face."
|
||||
:group 'help)
|
||||
|
||||
(defface help-key-binding
|
||||
'((((class color) (min-colors 88) (background light)) :foreground "ForestGreen")
|
||||
(((class color) (min-colors 88) (background dark)) :foreground "#44bc44")
|
||||
(((class color grayscale) (background light)) :foreground "grey15")
|
||||
(((class color grayscale) (background dark)) :foreground "grey85")
|
||||
(t :foreground "ForestGreen"))
|
||||
'((((class color) (min-colors 88) (background light)) :background "grey90")
|
||||
(((class color) (min-colors 88) (background dark)) :background "grey25")
|
||||
(((class color grayscale) (background light)) :background "grey90")
|
||||
(((class color grayscale) (background dark)) :background "grey25")
|
||||
(t :background "grey90"))
|
||||
"Face for keybindings in *Help* buffers.
|
||||
|
||||
This face is added by `substitute-command-keys', which see.
|
||||
|
Loading…
Reference in New Issue
Block a user