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

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

[elpa] externals/modus-operandi-theme 618560a 038/112: Remove box proper


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 618560a 038/112: Remove box property from `mode-line-emphasis'
Date: Mon, 30 Mar 2020 15:59:33 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 618560a5e0222a4c092317a691803ef45d0dec43
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Remove box property from `mode-line-emphasis'
    
    This is because some messages have a space at their beginning or end,
    which causes the box to overflow in an awkward way.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ada6c79..3b5f84b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1730,7 +1730,7 @@ between foreground and background is >= 7:1)."
    ;;;; modeline
    `(mode-line ((,class (:box (:line-width 1 :color ,fg-inactive) :background 
,bg-active :foreground ,fg-active))))
    `(mode-line-buffer-id ((,class (:weight bold))))
-   `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold :box 
t))))
+   `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))
    `(mode-line-highlight ((,class (:inherit modus-theme-active-blue :box 
(:line-width -1 :style pressed-button)))))
    `(mode-line-inactive ((,class (:box (:color ,bg-inactive) :background 
,bg-inactive :foreground ,fg-inactive))))
    ;;;; mood-line
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f5bbc4e..18a150b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1730,7 +1730,7 @@ between foreground and background is >= 7:1)."
    ;;;; modeline
    `(mode-line ((,class (:box (:line-width 1 :color ,fg-inactive) :background 
,bg-active :foreground ,fg-active))))
    `(mode-line-buffer-id ((,class (:weight bold))))
-   `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold :box 
t))))
+   `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))
    `(mode-line-highlight ((,class (:inherit modus-theme-active-blue :box 
(:line-width -1 :style pressed-button)))))
    `(mode-line-inactive ((,class (:box (:color ,bg-inactive) :background 
,bg-inactive :foreground ,fg-inactive))))
    ;;;; mood-line



reply via email to

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