branch: elpa/moe-theme
commit 70e71ef7404cc5c38254771695eee221090d5110
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
issue #81
---
moe-theme.el | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/moe-theme.el b/moe-theme.el
index 3c536c5f6d..ccf4268139 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -279,12 +279,6 @@ Don't setq this manually.")
(if (and (not (null moe-light-pure-white-background-in-terminal))
(null (window-system)))
(set-face-attribute 'default nil :background "#ffffff"
:foreground "#5f5f5f"))))
- ;; In Emacs 24.3.50.1 , background-color may cannot be changed under GUI
Emacs.
- ;; So do this again.
- (if window-system
- (progn
- (set-background-color "#fdfde7")
- (set-foreground-color "#5f5f5f")))
(cond ((eq moe-theme-mode-line-color 'blue)
(set-face-attribute 'mode-line nil :background "#afd7ff" :foreground
"#005f87")
@@ -335,13 +329,6 @@ Don't setq this manually.")
(if (not (null moe-theme-revert-theme))
(load-theme 'moe-dark t))
- ;; In Emacs 24.3.50.1 , background-color may cannot be changed under GUI
Emacs.
- ;; So do this again.
- (if window-system
- (progn
- (set-background-color "#303030")
- (set-foreground-color "#c6c6c6")))
-
(moe-theme-resize-font-size)
(cond ((eq moe-theme-mode-line-color 'blue)
(set-face-attribute 'mode-line nil :background "#afd7ff" :foreground
"#005f87")