emacs-diffs
[Top][All Lists]
Advanced

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

master 7ec870c: * lisp/faces.el (help-argument-name): Use grey backgroun


From: Juri Linkov
Subject: master 7ec870c: * lisp/faces.el (help-argument-name): Use grey background, not foreground
Date: Mon, 8 Mar 2021 12:42:58 -0500 (EST)

branch: master
commit 7ec870c5383d08b965aae898bbdc206cb9056638
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/faces.el (help-argument-name): Use grey background, not foreground
    
    https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg00402.html
---
 lisp/faces.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index b2d47ed..1e668a4 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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.



reply via email to

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