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

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

[elpa] externals/modus-vivendi-theme 1024408 50/73: Refine 'symbol-overl


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1024408 50/73: Refine 'symbol-overlay-default-face'
Date: Wed, 26 Aug 2020 09:21:01 -0400 (EDT)

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

    Refine 'symbol-overlay-default-face'
    
    This is based on feedback I received by Manuel Uberti in issue 75:
    https://gitlab.com/protesilaos/modus-themes/-/issues/75
---
 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 e920df7..0c63981 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3748,7 +3748,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(sx-user-name ((,class :foreground ,blue-alt)))
    `(sx-user-reputation ((,class :foreground ,fg-alt)))
 ;;;;; symbol-overlay
-   `(symbol-overlay-default-face ((,class :inherit modus-theme-refine-blue)))
+   `(symbol-overlay-default-face ((,class :inherit modus-theme-special-warm)))
    `(symbol-overlay-face-1 ((,class :inherit modus-theme-intense-blue)))
    `(symbol-overlay-face-2 ((,class :inherit modus-theme-refine-magenta)))
    `(symbol-overlay-face-3 ((,class :inherit modus-theme-intense-yellow)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 23d00d1..feee9c9 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3748,7 +3748,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(sx-user-name ((,class :foreground ,blue-alt)))
    `(sx-user-reputation ((,class :foreground ,fg-alt)))
 ;;;;; symbol-overlay
-   `(symbol-overlay-default-face ((,class :inherit modus-theme-refine-blue)))
+   `(symbol-overlay-default-face ((,class :inherit modus-theme-special-warm)))
    `(symbol-overlay-face-1 ((,class :inherit modus-theme-intense-blue)))
    `(symbol-overlay-face-2 ((,class :inherit modus-theme-refine-magenta)))
    `(symbol-overlay-face-3 ((,class :inherit modus-theme-intense-yellow)))



reply via email to

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