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

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

[nongnu] elpa/moe-theme 70e71ef740 302/352: issue #81


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 70e71ef740 302/352: issue #81
Date: Fri, 7 Jan 2022 03:59:59 -0500 (EST)

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

    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")



reply via email to

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