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

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

[elpa] externals/modus-operandi-theme 9c1d5f9 016/153: Add support for e


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 9c1d5f9 016/153: Add support for eldoc-highlight-function-argument
Date: Thu, 18 Mar 2021 13:47:29 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 9c1d5f9ffa42273936c5731ad8bc822e63dc4de6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for eldoc-highlight-function-argument
    
    * README.org (Full support): Document support for 'eldoc'.
    
    * modus-operandi-theme.el, modus-vivendi-theme.el
    (custom-theme-set-faces): Add support for
    'eldoc-highlight-function-argument' face.
    
    This commit is in response to issue 83:
    https://gitlab.com/protesilaos/modus-themes/-/issues/83
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 5814a3c..03eb6f8 100644
--- a/README.org
+++ b/README.org
@@ -1109,6 +1109,7 @@ the "full support" may not be 100% true…
 + ediff
 + eglot
 + el-search
++ eldoc
 + eldoc-box
 + elfeed
 + elfeed-score
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 098ad95..e22f4a8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -133,6 +133,7 @@
 ;;     ediff
 ;;     eglot
 ;;     el-search
+;;     eldoc
 ;;     eldoc-box
 ;;     elfeed
 ;;     elfeed-score
@@ -1906,6 +1907,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(el-search-match ((,class :inherit modus-theme-intense-green)))
    `(el-search-other-match ((,class :inherit modus-theme-special-mild)))
    `(el-search-occur-match ((,class :inherit modus-theme-special-calm)))
+;;;;; eldoc
+   `(eldoc-highlight-function-argument ((,class :inherit bold :foreground 
,blue-alt-other)))
 ;;;;; eldoc-box
    `(eldoc-box-body ((,class :background ,bg-alt :foreground ,fg-main)))
    `(eldoc-box-border ((,class :background ,fg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 31d5535..5e4622d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -133,6 +133,7 @@
 ;;     ediff
 ;;     eglot
 ;;     el-search
+;;     eldoc
 ;;     eldoc-box
 ;;     elfeed
 ;;     elfeed-score
@@ -1906,6 +1907,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(el-search-match ((,class :inherit modus-theme-intense-green)))
    `(el-search-other-match ((,class :inherit modus-theme-special-mild)))
    `(el-search-occur-match ((,class :inherit modus-theme-special-calm)))
+;;;;; eldoc
+   `(eldoc-highlight-function-argument ((,class :inherit bold :foreground 
,blue-alt-other)))
 ;;;;; eldoc-box
    `(eldoc-box-body ((,class :background ,bg-alt :foreground ,fg-main)))
    `(eldoc-box-border ((,class :background ,fg-alt)))



reply via email to

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