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

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

[elpa] externals/modus-operandi-theme d454e0f 064/112: Use appropriate r


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme d454e0f 064/112: Use appropriate red for `trailing-whitespace'
Date: Mon, 30 Mar 2020 15:59:39 -0400 (EDT)

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

    Use appropriate red for `trailing-whitespace'
---
 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 39c020e..024fe30 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -550,7 +550,7 @@ between foreground and background is >= 7:1)."
    `(next-error ((,class (:inherit modus-theme-subtle-red))))
    `(shadow ((,class (:foreground ,fg-alt))))
    `(success ((,class (:foreground ,green :weight bold))))
-   `(trailing-whitespace ((,class (:background ,red-alt))))
+   `(trailing-whitespace ((,class (:background ,red-intense-bg))))
    `(warning ((,class (:foreground ,yellow :weight bold))))
    ;;;; alert
    `(alert-high-face ((,class (:foreground ,red-alt :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4d51606..699e489 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -550,7 +550,7 @@ between foreground and background is >= 7:1)."
    `(next-error ((,class (:inherit modus-theme-subtle-red))))
    `(shadow ((,class (:foreground ,fg-alt))))
    `(success ((,class (:foreground ,green :weight bold))))
-   `(trailing-whitespace ((,class (:background ,red-alt))))
+   `(trailing-whitespace ((,class (:background ,red-intense-bg))))
    `(warning ((,class (:foreground ,yellow :weight bold))))
    ;;;; alert
    `(alert-high-face ((,class (:foreground ,red-alt :weight bold))))



reply via email to

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