branch: elpa/moe-theme
commit 3388d3590c232867ac3fe21a40a122dd305bada4
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Fix typo bug.
---
moe-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/moe-theme.el b/moe-theme.el
index 7dc00ff0f2..42bf68e630 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -270,7 +270,7 @@ If the vaule is nil, all the outlines will be the same
size.")
((eq moe-theme-mode-line-color 'cyan)
(set-face-attribute 'mode-line nil :background "#5faf87" :foreground
"#ffffff")
(set-face-attribute 'mode-line-buffer-id nil :background "#5faf87"
:foreground "#3a3a3a")
- (set-face-attribute 'minibuffer-promptnil :foreground "#005f5f"
:background "#ffffff"))
+ (set-face-attribute 'minibuffer-prompt nil :foreground "#005f5f"
:background "#ffffff"))
((eq moe-theme-mode-line-color 'w/b)
(set-face-attribute 'mode-line nil :background "#ffffff" :foreground
"#3a3a3a")
(set-face-attribute 'mode-line-buffer-id nil :background "#9e9e9e"
:foreground "#000000")