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

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

[elpa] externals/modus-vivendi-theme 657adea 053/110: Draw a subtle bord


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 657adea 053/110: Draw a subtle border around the inactive modeline
Date: Wed, 29 Apr 2020 21:40:05 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 657adea3f45decb66f7fb80a815b1ed7179bf3a3
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Draw a subtle border around the inactive modeline
    
    This makes it more consistent with the paradigm of the focused mode
    line.
---
 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 dca3f96..44547b5 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2167,7 +2167,7 @@ AMOUNT is a customisation option."
    `(mode-line-buffer-id ((,class (:weight bold))))
    `(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))))
+   `(mode-line-inactive ((,class (:box (:color ,bg-active) :background 
,bg-inactive :foreground ,fg-inactive))))
    ;;;; mood-line
    `(mood-line-modified ((,class (:foreground ,magenta-active))))
    `(mood-line-status-error ((,class (:foreground ,red-active :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8900052..947cc33 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2167,7 +2167,7 @@ AMOUNT is a customisation option."
    `(mode-line-buffer-id ((,class (:weight bold))))
    `(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))))
+   `(mode-line-inactive ((,class (:box (:color ,bg-active) :background 
,bg-inactive :foreground ,fg-inactive))))
    ;;;; mood-line
    `(mood-line-modified ((,class (:foreground ,magenta-active))))
    `(mood-line-status-error ((,class (:foreground ,red-active :weight bold))))



reply via email to

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