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

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

[nongnu] elpa/moe-theme bc4eba38f7 171/352: Correct the blue.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme bc4eba38f7 171/352: Correct the blue.
Date: Fri, 7 Jan 2022 03:59:18 -0500 (EST)

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

    Correct the blue.
---
 moe-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index 789f0290c3..7121a20b8c 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -277,8 +277,8 @@ Don't setq this manually.")
         (set-foreground-color "#5f5f5f")))
 
   (cond ((eq moe-theme-mode-line-color 'blue)
-         (set-face-attribute 'mode-line nil :background "#c3c9f8" :foreground 
"#005f87")
-         (set-face-attribute 'mode-line-buffer-id nil :background "#c3c9f8" 
:foreground "#080808")
+         (set-face-attribute 'mode-line nil :background "#afd7ff" :foreground 
"#005f87")
+         (set-face-attribute 'mode-line-buffer-id nil :background "#afd7ff" 
:foreground "#080808")
          (set-face-attribute 'minibuffer-prompt nil :foreground "#5fafd7" 
:background "#3a3a3a"))
         ((eq moe-theme-mode-line-color 'green)
          (set-face-attribute 'mode-line nil :background "#afdf77" :foreground 
"#005f00")
@@ -334,8 +334,8 @@ Don't setq this manually.")
 
   (moe-theme-resize-font-size)
   (cond ((eq moe-theme-mode-line-color 'blue)
-         (set-face-attribute 'mode-line nil :background "#c3c9f8" :foreground 
"#005f87")
-         (set-face-attribute 'mode-line-buffer-id nil :background "#c3c9f8" 
:foreground "#080808")
+         (set-face-attribute 'mode-line nil :background "#afd7ff" :foreground 
"#005f87")
+         (set-face-attribute 'mode-line-buffer-id nil :background "#afd7ff" 
:foreground "#080808")
          (set-face-attribute 'minibuffer-prompt nil :foreground "#005f87" 
:background "#afd7ff"))
         ((eq moe-theme-mode-line-color 'green)
          (set-face-attribute 'mode-line nil :background "#afdf77" :foreground 
"#005f00")



reply via email to

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