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

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

[elpa] externals/modus-operandi-theme b633b6d 20/99: Refine 'diff-hl-rev


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b633b6d 20/99: Refine 'diff-hl-reverted-hunk-highlight'
Date: Fri, 31 Jul 2020 09:25:18 -0400 (EDT)

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

    Refine 'diff-hl-reverted-hunk-highlight'
    
    The colour in use is now more distinct than before.
---
 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 0b6159e..f208bc1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1345,7 +1345,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(diff-hl-dired-insert ((,class :inherit diff-hl-insert)))
    `(diff-hl-dired-unknown ((,class :inherit dired-ignored)))
    `(diff-hl-insert ((,class :inherit modus-theme-fringe-green)))
-   `(diff-hl-reverted-hunk-highlight ((,class :inherit 
modus-theme-fringe-magenta :weight bold)))
+   `(diff-hl-reverted-hunk-highlight ((,class :inherit 
modus-theme-active-magenta :weight bold)))
    ;;;; diff-mode
    `(diff-added ((,class ,@(modus-operandi-theme-diffs
                             bg-main green
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0d1359a..a658f1a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1345,7 +1345,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(diff-hl-dired-insert ((,class :inherit diff-hl-insert)))
    `(diff-hl-dired-unknown ((,class :inherit dired-ignored)))
    `(diff-hl-insert ((,class :inherit modus-theme-fringe-green)))
-   `(diff-hl-reverted-hunk-highlight ((,class :inherit 
modus-theme-fringe-magenta :weight bold)))
+   `(diff-hl-reverted-hunk-highlight ((,class :inherit 
modus-theme-active-magenta :weight bold)))
    ;;;; diff-mode
    `(diff-added ((,class ,@(modus-vivendi-theme-diffs
                             bg-main green



reply via email to

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