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

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

[elpa] externals/modus-vivendi-theme efdb292 062/110: Minor tweak to 3D


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme efdb292 062/110: Minor tweak to 3D modeline foreground
Date: Wed, 29 Apr 2020 21:40:08 -0400 (EDT)

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

    Minor tweak to 3D modeline foreground
    
    The foreground that was initially introduced in commit 8336e5a is too
    intense and would have a negative effect on a number of other faces.
---
 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 c2b15df..9a53c78 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2195,7 +2195,7 @@ AMOUNT is a customisation option."
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-operandi-theme-modeline-box bg-inactive 
fg-inactive t)
                               ,@(modus-operandi-theme-modeline-props
-                                 bg-active fg-main
+                                 bg-active fg-dim
                                  bg-active fg-active)))))
    `(mode-line-buffer-id ((,class (:weight bold))))
    `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 9c33aae..bf2ad08 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2195,7 +2195,7 @@ AMOUNT is a customisation option."
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-vivendi-theme-modeline-box bg-inactive 
fg-inactive t)
                               ,@(modus-vivendi-theme-modeline-props
-                                 bg-active fg-main
+                                 bg-active fg-dim
                                  bg-active fg-active)))))
    `(mode-line-buffer-id ((,class (:weight bold))))
    `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))



reply via email to

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