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

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

[elpa] externals/modus-vivendi-theme 401e998 40/73: Refine modeline bord


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 401e998 40/73: Refine modeline border colours
Date: Wed, 26 Aug 2020 09:20:59 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 401e998e7d4ce76f2d22289a5c189f85cc99493e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine modeline border colours
---
 modus-operandi-theme.el | 10 ++--------
 modus-vivendi-theme.el  | 10 ++--------
 2 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2d67e73..309def1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -973,10 +973,6 @@ AMOUNT is a customisation option."
       ;;
       ;; `fg-unfocused' must be combined with `fg-main'
       ;;
-      ;; `mode-line-default-border' is a special colour that is only
-      ;; intended for the active modeline when the user-facing option
-      ;; for `modus-operandi-theme-3d-modeline' is `nil' (default)
-      ;;
       ;; the window divider colours apply to faces with just an fg value
       ;;
       ;; all pairs are combinable with themselves
@@ -1002,8 +998,6 @@ AMOUNT is a customisation option."
 
       ("fg-unfocused" . "#56576d")
 
-      ("mode-line-default-border" . "#767577")
-
       ("bg-header" . "#e5e5e5") ("fg-header" . "#2a2a2a")
 
       ("bg-whitespace" . "#fff8fc") ("fg-whitespace" . "#645060")
@@ -2973,14 +2967,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(minimap-active-region-background ((,class :background ,bg-active)))
    `(minimap-current-line-face ((,class :background ,cyan-intense-bg 
:foreground ,fg-main)))
 ;;;;; modeline
-   `(mode-line ((,class :box ,(modus-operandi-theme-modeline-box bg-inactive 
mode-line-default-border t)
+   `(mode-line ((,class :box ,(modus-operandi-theme-modeline-box bg-active 
fg-alt t)
                         ,@(modus-operandi-theme-modeline-props
                            bg-active fg-dim
                            bg-active fg-active))))
    `(mode-line-buffer-id ((,class :inherit bold)))
    `(mode-line-emphasis ((,class :inherit bold :foreground ,blue-active)))
    `(mode-line-highlight ((,class :inherit modus-theme-active-blue :box 
(:line-width -1 :style pressed-button))))
-   `(mode-line-inactive ((,class :box ,(modus-operandi-theme-modeline-box 
bg-active bg-active)
+   `(mode-line-inactive ((,class :box ,(modus-operandi-theme-modeline-box 
bg-active bg-region)
                                  ,@(modus-operandi-theme-modeline-props
                                     bg-dim fg-inactive
                                     bg-inactive fg-inactive))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a79a736..b702003 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -973,10 +973,6 @@ AMOUNT is a customisation option."
       ;;
       ;; `fg-unfocused' must be combined with `fg-main'
       ;;
-      ;; `mode-line-default-border' is a special colour that is only
-      ;; intended for the active modeline when the user-facing option
-      ;; for `modus-vivendi-theme-3d-modeline' is `nil' (default)
-      ;;
       ;; the window divider colours apply to faces with just an fg value
       ;;
       ;; all pairs are combinable with themselves
@@ -1002,8 +998,6 @@ AMOUNT is a customisation option."
 
       ("fg-unfocused" . "#93959b")
 
-      ("mode-line-default-border" . "#767577")
-
       ("bg-header" . "#212121") ("fg-header" . "#dddddd")
 
       ("bg-whitespace" . "#170016") ("fg-whitespace" . "#a4959f")
@@ -2973,14 +2967,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(minimap-active-region-background ((,class :background ,bg-active)))
    `(minimap-current-line-face ((,class :background ,cyan-intense-bg 
:foreground ,fg-main)))
 ;;;;; modeline
-   `(mode-line ((,class :box ,(modus-vivendi-theme-modeline-box bg-inactive 
mode-line-default-border t)
+   `(mode-line ((,class :box ,(modus-vivendi-theme-modeline-box bg-active 
fg-alt t)
                         ,@(modus-vivendi-theme-modeline-props
                            bg-active fg-dim
                            bg-active fg-active))))
    `(mode-line-buffer-id ((,class :inherit bold)))
    `(mode-line-emphasis ((,class :inherit bold :foreground ,blue-active)))
    `(mode-line-highlight ((,class :inherit modus-theme-active-blue :box 
(:line-width -1 :style pressed-button))))
-   `(mode-line-inactive ((,class :box ,(modus-vivendi-theme-modeline-box 
bg-active bg-active)
+   `(mode-line-inactive ((,class :box ,(modus-vivendi-theme-modeline-box 
bg-active bg-region)
                                  ,@(modus-vivendi-theme-modeline-props
                                     bg-dim fg-inactive
                                     bg-inactive fg-inactive))))



reply via email to

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