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

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

[nongnu] elpa/moe-theme ff7692b0bf 122/352: Mode line subtle modificatio


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ff7692b0bf 122/352: Mode line subtle modification.
Date: Fri, 7 Jan 2022 03:59:12 -0500 (EST)

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

    Mode line subtle modification.
---
 moe-dark-theme.el  | 10 +++-------
 moe-light-theme.el |  8 ++------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f8e46f5400..ea776c0cb3 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -58,13 +58,9 @@ Moe, moe, kyun!")
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
t))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class
-                (:box (:line-width -1 :style nil)
-                 :background ,white-0 :foreground ,blue-2))))
-   `(mode-line-inactive ((,class
-                         (:box (:line-width -1 :style nil)
-                          :background ,black-3 :foreground ,white-1))))
-   `(mode-line-buffer-id ((,class (:foreground ,black-3 :background ,blue-1 
:bold t))))
+   `(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))))
    `(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 4813be1818..ec71fccc51 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -57,12 +57,8 @@ Moe, moe, kyun!")
    `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline 
t))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class
-                (:box (:line-width -1 :style nil)
-                 :background ,blue-1 :foreground ,white-0))))
-   `(mode-line-inactive ((,class
-                         (:box (:line-width -1 :style nil)
-                          :background ,white-2 :foreground ,black-1))))
+   `(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))))
    `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 



reply via email to

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