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

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

[nongnu] elpa/moe-theme f725f5f5d2 310/352: Change which-function-mode


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f725f5f5d2 310/352: Change which-function-mode
Date: Fri, 7 Jan 2022 04:00:00 -0500 (EST)

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

    Change which-function-mode
---
 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 dbaff813fe..94186c02cd 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -645,7 +645,7 @@ Moe, moe, kyun!")
    `(comint-highlight-prompt ((,class (:foreground ,white-0 :background 
,black-2-5 :bold t))))
 
    ;; which-function-mode
-   `(which-func ((,class (:foreground ,white-0 :background ,orange-2))))
+   `(which-func ((,class (:foreground ,blue-0 :background nil))))
 
    ;; Flymake
    `(flymake-warnline ((,class (:underline ,orange-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index b8a181cf09..1b1d5b5c66 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -643,7 +643,7 @@ Moe, moe, kyun!")
    `(comint-highlight-prompt ((,class (:foreground ,black-3 :background 
,yellow-0 :bold t))))
 
    ;; which-function-mode
-   `(which-func ((,class (:foreground ,white-0 :background ,orange-2))))
+   `(which-func ((,class (:foreground ,blue-3 :background nil))))
 
    ;; Flymake
    `(flymake-warnline ((,class (:underline ,orange-2))))



reply via email to

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