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

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

[nongnu] elpa/moe-theme ac6625ed5c: Quote unspecified


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ac6625ed5c: Quote unspecified
Date: Fri, 30 Dec 2022 05:59:33 -0500 (EST)

branch: elpa/moe-theme
commit ac6625ed5c99085f9d3ad3fef00353f778e8c1ae
Author: Daniel Kraus <daniel@kraus.my>
Commit: クエン酸 <azazabc123@gmail.com>

    Quote unspecified
    
    Fix #126
---
 moe-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index c640933da3..79fba825fc 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -328,7 +328,7 @@ It's recommended use this with `moe-light' or `moe-dark', 
but it's ok without th
 as long as setq `moe-theme-mode-line-color' first."
     (interactive)
     (cond ((eq (frame-parameter nil 'background-mode) 'light)
-           (set-face-attribute 'mode-line-buffer-id nil :background 
unspecified :foreground "#1c1c1c")
+           (set-face-attribute 'mode-line-buffer-id nil :background 
'unspecified :foreground "#1c1c1c")
            (set-face-attribute 'mode-line-inactive nil :background "#b2b2b2" 
:foreground "#ffffff")
            (set-face-attribute 'powerline-active2 nil :background "#585858" 
:foreground "#ffffff")
            (set-face-attribute 'powerline-inactive1 nil :background "#c6c6c6" 
:foreground "#585858")
@@ -360,9 +360,9 @@ as long as setq `moe-theme-mode-line-color' first."
                  ((eq moe-theme-mode-line-color 'w/b)
                   (set-face-attribute 'mode-line nil :background "#1c1c1c" 
:foreground "#ffffff")
                   (set-face-attribute 'powerline-active1 nil :background 
"#bcbcbc" :foreground "#3a3a3a")
-                  (set-face-attribute 'mode-line-buffer-id nil :background 
unspecified :foreground "#ffffff"))))
+                  (set-face-attribute 'mode-line-buffer-id nil :background 
'unspecified :foreground "#ffffff"))))
           ((eq (frame-parameter nil 'background-mode) 'dark)
-           (set-face-attribute 'mode-line-buffer-id nil :background 
unspecified :foreground "#080808")
+           (set-face-attribute 'mode-line-buffer-id nil :background 
'unspecified :foreground "#080808")
            (set-face-attribute 'mode-line-inactive nil :background "#4e4e4e" 
:foreground "#9e9e9e")
            (set-face-attribute 'powerline-active2 nil :background "#ffffff" 
:foreground "#3a3a3a")
            (set-face-attribute 'powerline-inactive1 nil :background "#626262" 
:foreground "#eeeeee")
@@ -394,7 +394,7 @@ as long as setq `moe-theme-mode-line-color' first."
                  ((eq moe-theme-mode-line-color 'w/b)
                   (set-face-attribute 'mode-line nil :background "#ffffff" 
:foreground "#080808")
                   (set-face-attribute 'powerline-active1 nil :background 
"#bcbcbc" :foreground "#3a3a3a")
-                  (set-face-attribute 'mode-line-buffer-id nil :background 
unspecified :foreground "#3a3a3a")))))
+                  (set-face-attribute 'mode-line-buffer-id nil :background 
'unspecified :foreground "#3a3a3a")))))
     (powerline-default-theme)
     (powerline-reset))
   (defalias 'powerline-moe-theme 'moe-theme-powerline))



reply via email to

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