branch: elpa/alect-themes
commit 82805b64fd9b6da8c0c2f3e49738f0b03bf6bf05
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'eldoc-highlight-function-argument' face
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 91e949f..5d6aea8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -667,6 +667,10 @@ For INVERT, see `alect-get-color'."
(egg-section-title ((,c :foreground ,(gc 'red-1))))
(egg-stash-mono ((,c :foreground ,(gc 'green))))
+ ;; eldoc
+ (eldoc-highlight-function-argument ((,c :foreground ,(gc 'green)
+ :weight bold)))
+
;; emms
(emms-playlist-track-face ((,c :inherit
gnus-summary-normal-unread)))
(emms-playlist-selected-face ((,c :inherit alect-selected-item)))