branch: externals/ef-themes
commit 6ce40592693d0926841057bf53630b8ec87fffd6
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make Eldoc current arg stand out a bit more
    
    Helps with spotting the highlighted argument while glancing at the echo
    area.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 1df8cb2bc6..e98bb42e26 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -732,7 +732,7 @@ Helper function for `ef-themes-preview-colors'."
     `(ediff-odd-diff-C ((,c :inherit ediff-even-diff-C)))
 ;;;; eldoc
     ;; NOTE: see https://github.com/purcell/package-lint/issues/187
-    (list 'eldoc-highlight-function-argument `((,c :inherit bold :background 
,bg-dim :foreground ,accent-0)))
+    (list 'eldoc-highlight-function-argument `((,c :inherit warning 
:background ,bg-warning)))
 ;;;; elfeed
     `(elfeed-log-date-face ((,c :inherit elfeed-search-date-face)))
     `(elfeed-log-debug-level-face ((,c :inherit elfeed-search-filter-face)))

Reply via email to