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

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

[elpa] externals/modus-vivendi-theme c5c7675 01/73: Use yellow for diff-


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme c5c7675 01/73: Use yellow for diff-hl-change
Date: Wed, 26 Aug 2020 09:20:50 -0400 (EDT)

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

    Use yellow for diff-hl-change
    
    A "change" is, in this case, a combination of additions and removals.
    Green and red give us yellow.
---
 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 33226be..efb4624 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1503,7 +1503,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(dictionary-word-definition-face ((,class :foreground ,fg-main)))
    `(dictionary-word-entry-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
 ;;;;; diff-hl
-   `(diff-hl-change ((,class :inherit modus-theme-fringe-blue)))
+   `(diff-hl-change ((,class :inherit modus-theme-fringe-yellow)))
    `(diff-hl-delete ((,class :inherit modus-theme-fringe-red)))
    `(diff-hl-dired-change ((,class :inherit diff-hl-change)))
    `(diff-hl-dired-delete ((,class :inherit diff-hl-delete)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d00e1b9..91cc562 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1503,7 +1503,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(dictionary-word-definition-face ((,class :foreground ,fg-main)))
    `(dictionary-word-entry-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
 ;;;;; diff-hl
-   `(diff-hl-change ((,class :inherit modus-theme-fringe-blue)))
+   `(diff-hl-change ((,class :inherit modus-theme-fringe-yellow)))
    `(diff-hl-delete ((,class :inherit modus-theme-fringe-red)))
    `(diff-hl-dired-change ((,class :inherit diff-hl-change)))
    `(diff-hl-dired-delete ((,class :inherit diff-hl-delete)))



reply via email to

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