branch: elpa/moe-theme
commit 65713bc015184e33dbf29de846608e8e44b24c3c
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Remove BG of mode-line-buffer-id in moe-light.
    
    To prevent a strange bug after initializing `emacs -nw`
    
    I found some user encountered this problem without complaining
    (or noticing) it. However that is totally a disaster for aesthetic.
    
    So I remove it to prevent anyone from this.
---
 moe-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index 1b2cf81d7f..51d8a59465 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -63,7 +63,7 @@ Moe, moe, kyun!")
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-1 :foreground ,white-0))))
    `(mode-line-inactive ((,class (:box nil :background ,white-2 :foreground 
,black-1))))
-   `(mode-line-buffer-id ((,class (:box nil :foreground ,black-6 :background 
,blue-1 :bold t))))
+   `(mode-line-buffer-id ((,class (:box nil :foreground ,black-6 :background 
nil :bold t))))
    `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 
    ;; Escape and prompt faces

Reply via email to