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

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

[elpa] externals/modus-vivendi-theme 4d7d769 020/110: Fix MAGIT regressi


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 4d7d769 020/110: Fix MAGIT regression on colours of unfocused diffs
Date: Wed, 29 Apr 2020 21:39:58 -0400 (EDT)

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

    Fix MAGIT regression on colours of unfocused diffs
    
    This was a mistake of mine when I pushed commit 88489ed.
---
 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 c3387a1..041656b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1931,7 +1931,7 @@ AMOUNT is a customisation option."
    `(magit-diff-lines-heading ((,class (:inherit modus-theme-refine-magenta))))
    `(magit-diff-removed ((,class ,(modus-operandi-theme-diffs
                                    bg-main red
-                                   bg-diff-focus-removed 
fg-diff-focus-removed))))
+                                   bg-diff-removed fg-diff-removed))))
    `(magit-diff-removed-highlight ((,class ,(modus-operandi-theme-diffs
                                              bg-dim red
                                              bg-diff-focus-removed 
fg-diff-focus-removed))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 6a99141..1d2778d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1931,7 +1931,7 @@ AMOUNT is a customisation option."
    `(magit-diff-lines-heading ((,class (:inherit modus-theme-refine-magenta))))
    `(magit-diff-removed ((,class ,(modus-vivendi-theme-diffs
                                    bg-main red
-                                   bg-diff-focus-removed 
fg-diff-focus-removed))))
+                                   bg-diff-removed fg-diff-removed))))
    `(magit-diff-removed-highlight ((,class ,(modus-vivendi-theme-diffs
                                              bg-dim red
                                              bg-diff-focus-removed 
fg-diff-focus-removed))))



reply via email to

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