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

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

[elpa] externals/modus-vivendi-theme d5f5968 04/35: Tweak 'stripes' face


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme d5f5968 04/35: Tweak 'stripes' face to match 'hl-line-mode'
Date: Wed, 24 Jun 2020 12:42:45 -0400 (EDT)

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

    Tweak 'stripes' face to match 'hl-line-mode'
---
 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 531a366..8314abe 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3057,7 +3057,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        (:foreground ,fg-lang-error :underline (:style wave)))
       (,class (:foreground ,fg-lang-error :underline t))))
    ;;;; stripes
-   `(stripes ((,class (:background ,bg-alt))))
+   `(stripes ((,class (:background ,bg-hl-line))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
    ;;;; switch-window
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bec8c9d..bda3c0c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3057,7 +3057,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        (:foreground ,fg-lang-error :underline (:style wave)))
       (,class (:foreground ,fg-lang-error :underline t))))
    ;;;; stripes
-   `(stripes ((,class (:background ,bg-alt))))
+   `(stripes ((,class (:background ,bg-hl-line))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
    ;;;; switch-window



reply via email to

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