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

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

[nongnu] elpa/moe-theme 65713bc015 279/352: Remove BG of mode-line-buffe


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 65713bc015 279/352: Remove BG of mode-line-buffer-id in moe-light.
Date: Fri, 7 Jan 2022 03:59:32 -0500 (EST)

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

    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

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