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

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

[elpa] externals/modus-vivendi-theme dc8c584 07/73: Further tweaks to Ma


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme dc8c584 07/73: Further tweaks to Magit Blame (extend a5e1325ca)
Date: Wed, 26 Aug 2020 09:20:51 -0400 (EDT)

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

    Further tweaks to Magit Blame (extend a5e1325ca)
    
    This relates to issue 71:
    https://gitlab.com/protesilaos/modus-themes/-/issues/71
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index aec7394..3297b14 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2556,10 +2556,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-bisect-good ((,class :foreground ,green-alt-other)))
    `(magit-bisect-skip ((,class :foreground ,yellow-alt-other)))
    `(magit-blame-date ((,class :foreground ,blue)))
-   `(magit-blame-dimmed ((,class :foreground ,fg-inactive)))
+   `(magit-blame-dimmed ((,class :foreground ,fg-alt)))
    `(magit-blame-hash ((,class :foreground ,fg-special-warm)))
    `(magit-blame-heading ((,class :background ,bg-alt)))
-   `(magit-blame-highlight ((,class :inherit (modus-theme-special-cold bold))))
+   `(magit-blame-highlight ((,class :inherit modus-theme-nuanced-cyan)))
    `(magit-blame-margin ((,class :inherit magit-blame-highlight)))
    `(magit-blame-name ((,class :foreground ,magenta-alt-other)))
    `(magit-blame-summary ((,class :foreground ,cyan-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e3d109e..01c3e2b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2556,10 +2556,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-bisect-good ((,class :foreground ,green-alt-other)))
    `(magit-bisect-skip ((,class :foreground ,yellow-alt-other)))
    `(magit-blame-date ((,class :foreground ,blue)))
-   `(magit-blame-dimmed ((,class :foreground ,fg-inactive)))
+   `(magit-blame-dimmed ((,class :foreground ,fg-alt)))
    `(magit-blame-hash ((,class :foreground ,fg-special-warm)))
    `(magit-blame-heading ((,class :background ,bg-alt)))
-   `(magit-blame-highlight ((,class :inherit (modus-theme-special-cold bold))))
+   `(magit-blame-highlight ((,class :inherit modus-theme-nuanced-cyan)))
    `(magit-blame-margin ((,class :inherit magit-blame-highlight)))
    `(magit-blame-name ((,class :foreground ,magenta-alt-other)))
    `(magit-blame-summary ((,class :foreground ,cyan-alt-other)))



reply via email to

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