branch: elpa/alect-themes
commit 3d1ea49be85b0329d7088f6da954d57626780e3c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add `help-argument-name' face
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 6b2333c..7040351 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -742,6 +742,9 @@ For INVERT, see `alect-get-color'."
          (helm-candidate-number ((,c :foreground ,(gc 'green-2) :background 
,(gc 'bg-2))))
          (helm-ff-directory     ((,c :foreground ,(gc 'magenta))))
 
+         ;; help
+         (help-argument-name ((,c :inherit font-lock-variable-name-face)))
+
          ;; hl-line-mode
          (hl-line       ((,c :background ,(gc 'bg))))
 

Reply via email to