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

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

[nongnu] elpa/moe-theme b8f0206614 303/352: Add eldoc-highlight-function


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b8f0206614 303/352: Add eldoc-highlight-function-argument
Date: Fri, 7 Jan 2022 03:59:59 -0500 (EST)

branch: elpa/moe-theme
commit b8f0206614ab40ffb75e50ce6c38675fb9c7cf2e
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Add eldoc-highlight-function-argument
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 934f1a1e42..dbaff813fe 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -60,7 +60,7 @@ Moe, moe, kyun!")
    `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
    `(header-line ((,class (:background ,blue-3 :foreground ,white-0))))
    `(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
-
+   `(eldoc-highlight-function-argument ((,class (:foreground ,green-01 :bold t 
:underline t :background ,green-5))))
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-0 :foreground ,blue-3))))
    `(mode-line-inactive ((,class (:box nil :background ,black-2-5 :foreground 
,white-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index b700e35447..b8a181cf09 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -59,7 +59,7 @@ Moe, moe, kyun!")
    `(show-paren-match ((,class (:background ,blue-00))))
    `(header-line ((,class (:background ,blue-0 :foreground ,blue-3))))
    `(help-argument-name ((,class (:foreground ,magenta-3 :italic t))))
-
+   `(eldoc-highlight-function-argument ((,class (:foreground ,green-3 :bold t 
:underline t :background ,green-00))))
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-1 :foreground ,white-0))))
    `(mode-line-inactive ((,class (:box nil :background ,white-2 :foreground 
,black-1))))



reply via email to

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