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

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

[nongnu] elpa/moe-theme d5b6936a49 124/352: Remove unnecessary :box on m


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme d5b6936a49 124/352: Remove unnecessary :box on mode-line
Date: Fri, 7 Jan 2022 03:59:13 -0500 (EST)

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

    Remove unnecessary :box on mode-line
---
 moe-dark-theme.el  | 6 +++---
 moe-light-theme.el | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index fad89d02bc..dcb7ecbd11 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -58,9 +58,9 @@ Moe, moe, kyun!")
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
t))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class (:background ,white-0 :foreground ,blue-3))))
-   `(mode-line-inactive ((,class (:background ,black-3 :foreground ,white-1))))
-   `(mode-line-buffer-id ((,class (:foreground ,black-5 :background ,blue-1 
:bold t))))
+   `(mode-line ((,class (:box nil :background ,white-0 :foreground ,blue-3))))
+   `(mode-line-inactive ((,class (:box nil :background ,black-3 :foreground 
,white-1))))
+   `(mode-line-buffer-id ((,class (:box nil :foreground ,black-5 :background 
,blue-1 :bold t))))
    `(vertical-border ((,class (:foreground ,black-2 :background ,black-2))))
 
    ;; Escape and prompt faces
diff --git a/moe-light-theme.el b/moe-light-theme.el
index aeb2450afc..19ceed1c9e 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -57,9 +57,9 @@ Moe, moe, kyun!")
    `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline 
t))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class (:background ,blue-1 :foreground ,white-0))))
-   `(mode-line-inactive ((,class (:background ,white-2 :foreground ,black-1))))
-   `(mode-line-buffer-id ((,class (:foreground ,black-6 :background ,blue-1 
:bold t))))
+   `(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))))
    `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 
    ;; Escape and prompt faces



reply via email to

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