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

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

[elpa] externals/modus-operandi-theme b1660a9 080/112: Refine DIFF-HL an


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b1660a9 080/112: Refine DIFF-HL and use new fringe colours
Date: Mon, 30 Mar 2020 15:59:43 -0400 (EDT)

branch: externals/modus-operandi-theme
commit b1660a96b5eae416953e437752e5ad49d2017bec
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Refine DIFF-HL and use new fringe colours
    
    For the new colours/faces, see commit 0bb261d.
---
 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 7b7014b..2aaff63 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -961,15 +961,15 @@ between foreground and background is >= 7:1)."
    `(deft-time-face ((,class (:foreground ,fg-special-cold))))
    `(deft-title-face ((,class (:foreground ,fg-main :weight bold))))
    ;;;; diff-hl
-   `(diff-hl-change ((,class (:inherit modus-theme-intense-yellow))))
-   `(diff-hl-delete ((,class (:inherit modus-theme-intense-red))))
+   `(diff-hl-change ((,class (:inherit modus-theme-fringe-blue))))
+   `(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-hl-dired-ignored ((,class (:inherit dired-ignored))))
    `(diff-hl-dired-insert ((,class (:inherit diff-hl-insert))))
    `(diff-hl-dired-unknown ((,class (:inherit dired-ignored))))
-   `(diff-hl-insert ((,class (:inherit modus-theme-intense-green))))
-   `(diff-hl-reverted-hunk-highlight ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(diff-hl-insert ((,class (:inherit modus-theme-fringe-green))))
+   `(diff-hl-reverted-hunk-highlight ((,class (:inherit 
modus-theme-intense-blue))))
    ;;;; diff-mode
    `(diff-added ((,class (:inherit modus-theme-diff-focus-added))))
    `(diff-changed ((,class (:inherit modus-theme-diff-focus-changed))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3e8aaf8..5f6d27a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -961,15 +961,15 @@ between foreground and background is >= 7:1)."
    `(deft-time-face ((,class (:foreground ,fg-special-cold))))
    `(deft-title-face ((,class (:foreground ,fg-main :weight bold))))
    ;;;; diff-hl
-   `(diff-hl-change ((,class (:inherit modus-theme-intense-yellow))))
-   `(diff-hl-delete ((,class (:inherit modus-theme-intense-red))))
+   `(diff-hl-change ((,class (:inherit modus-theme-fringe-blue))))
+   `(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-hl-dired-ignored ((,class (:inherit dired-ignored))))
    `(diff-hl-dired-insert ((,class (:inherit diff-hl-insert))))
    `(diff-hl-dired-unknown ((,class (:inherit dired-ignored))))
-   `(diff-hl-insert ((,class (:inherit modus-theme-intense-green))))
-   `(diff-hl-reverted-hunk-highlight ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(diff-hl-insert ((,class (:inherit modus-theme-fringe-green))))
+   `(diff-hl-reverted-hunk-highlight ((,class (:inherit 
modus-theme-intense-blue))))
    ;;;; diff-mode
    `(diff-added ((,class (:inherit modus-theme-diff-focus-added))))
    `(diff-changed ((,class (:inherit modus-theme-diff-focus-changed))))



reply via email to

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