branch: elpa/moe-theme
commit bc4eba38f799556e3a9228a9f2e152597ba93672
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
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")