emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/spacemacs-theme 8209a33cdd 042/336: Eldoc support


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 8209a33cdd 042/336: Eldoc support
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

branch: elpa/spacemacs-theme
commit 8209a33cddfd1644685736afa734553c4f5554d5
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Eldoc support
---
 spacemacs-dark-theme.el  | 3 +++
 spacemacs-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index fdc7686a5c..108a18cd64 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -386,6 +386,9 @@
    `(ein:notification-tab-selected ((,class (:foreground ,suc :bold t))))
    `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
 
+;;;;; eldoc
+   `(eldoc-highlight-function-argument ((,class (:foreground ,suc :bold t))))
+
 ;;;;; other, need more work
    `(custom-button ((,class (:background ,yellow))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 9a3f124531..fbc9e4e4ca 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -385,6 +385,9 @@
    `(ein:notification-tab-selected ((,class (:foreground ,green :bold t))))
    `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
 
+;;;;; eldoc
+   `(eldoc-highlight-function-argument ((,class (:foreground ,err :bold t))))
+
 ;;;;; other, need more work
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))



reply via email to

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