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

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

[elpa] externals/modus-vivendi-theme a5e1325 06/73: TENTATIVE review of


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme a5e1325 06/73: TENTATIVE review of Magit blame faces
Date: Wed, 26 Aug 2020 09:20:51 -0400 (EDT)

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

    TENTATIVE review of Magit blame faces
    
    This is an initial attempt to address issue 71:
    https://gitlab.com/protesilaos/modus-themes/-/issues/71
    
    Please refer to the issue for any possible feedback that could lead to
    further changes.
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9308695..aec7394 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2555,14 +2555,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-bisect-bad ((,class :foreground ,red-alt-other)))
    `(magit-bisect-good ((,class :foreground ,green-alt-other)))
    `(magit-bisect-skip ((,class :foreground ,yellow-alt-other)))
-   `(magit-blame-date ((,class :foreground ,fg-dim)))
+   `(magit-blame-date ((,class :foreground ,blue)))
    `(magit-blame-dimmed ((,class :foreground ,fg-inactive)))
    `(magit-blame-hash ((,class :foreground ,fg-special-warm)))
-   `(magit-blame-heading ((,class :inherit bold :background ,bg-main 
:foreground ,fg-special-cold)))
+   `(magit-blame-heading ((,class :background ,bg-alt)))
    `(magit-blame-highlight ((,class :inherit (modus-theme-special-cold bold))))
    `(magit-blame-margin ((,class :inherit magit-blame-highlight)))
-   `(magit-blame-name ((,class :foreground ,fg-main)))
-   `(magit-blame-summary ((,class :foreground ,fg-main)))
+   `(magit-blame-name ((,class :foreground ,magenta-alt-other)))
+   `(magit-blame-summary ((,class :foreground ,cyan-alt-other)))
    `(magit-branch-current ((,class :foreground ,blue-alt-other :box t)))
    `(magit-branch-local ((,class :foreground ,blue-alt)))
    `(magit-branch-remote ((,class :foreground ,magenta-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index efe27ea..e3d109e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2555,14 +2555,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-bisect-bad ((,class :foreground ,red-alt-other)))
    `(magit-bisect-good ((,class :foreground ,green-alt-other)))
    `(magit-bisect-skip ((,class :foreground ,yellow-alt-other)))
-   `(magit-blame-date ((,class :foreground ,fg-dim)))
+   `(magit-blame-date ((,class :foreground ,blue)))
    `(magit-blame-dimmed ((,class :foreground ,fg-inactive)))
    `(magit-blame-hash ((,class :foreground ,fg-special-warm)))
-   `(magit-blame-heading ((,class :inherit bold :background ,bg-main 
:foreground ,fg-special-cold)))
+   `(magit-blame-heading ((,class :background ,bg-alt)))
    `(magit-blame-highlight ((,class :inherit (modus-theme-special-cold bold))))
    `(magit-blame-margin ((,class :inherit magit-blame-highlight)))
-   `(magit-blame-name ((,class :foreground ,fg-main)))
-   `(magit-blame-summary ((,class :foreground ,fg-main)))
+   `(magit-blame-name ((,class :foreground ,magenta-alt-other)))
+   `(magit-blame-summary ((,class :foreground ,cyan-alt-other)))
    `(magit-branch-current ((,class :foreground ,blue-alt-other :box t)))
    `(magit-branch-local ((,class :foreground ,blue-alt)))
    `(magit-branch-remote ((,class :foreground ,magenta-alt)))



reply via email to

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