branch: externals/modus-operandi-theme
commit d454e0ff54ddfcf691ba41711cf4b90aabb1a7da
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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