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

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

[elpa] externals/modus-vivendi-theme 2f77706 021/110: Refine SELECTRUM f


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 2f77706 021/110: Refine SELECTRUM faces (more faithful to original)
Date: Wed, 29 Apr 2020 21:39:58 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 2f77706fa95b990d4e2541be6b542ff931fa6190
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Refine SELECTRUM faces (more faithful to original)
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 041656b..0c0fa28 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2508,9 +2508,9 @@ AMOUNT is a customisation option."
                                                 ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4)))))
    `(sallet-substring-match ((,class (:inherit modus-theme-refine-blue))))
    ;;;; selectrum
-   `(selectrum-current-candidate ((,class (:inherit modus-theme-intense-cyan 
:weight bold))))
-   `(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue 
:weight bold))))
-   `(selectrum-secondary-highlight ((,class (:inherit 
modus-theme-refine-magenta :weight bold))))
+   `(selectrum-current-candidate ((,class (:inherit 
modus-theme-intense-cyan))))
+   `(selectrum-primary-highlight ((,class (:foreground ,magenta-alt :weight 
bold))))
+   `(selectrum-secondary-highlight ((,class (:foreground ,blue-alt-other 
:weight bold))))
    ;;;; sesman
    `(sesman-browser-button-face ((,class (:foreground ,blue-alt-other 
:underline t))))
    `(sesman-browser-highligh-face ((,class (:inherit 
modus-theme-subtle-blue))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1d2778d..a291820 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2508,9 +2508,9 @@ AMOUNT is a customisation option."
                                                 ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4)))))
    `(sallet-substring-match ((,class (:inherit modus-theme-refine-blue))))
    ;;;; selectrum
-   `(selectrum-current-candidate ((,class (:inherit modus-theme-intense-cyan 
:weight bold))))
-   `(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue 
:weight bold))))
-   `(selectrum-secondary-highlight ((,class (:inherit 
modus-theme-refine-magenta :weight bold))))
+   `(selectrum-current-candidate ((,class (:inherit 
modus-theme-intense-cyan))))
+   `(selectrum-primary-highlight ((,class (:foreground ,magenta-alt :weight 
bold))))
+   `(selectrum-secondary-highlight ((,class (:foreground ,blue-alt-other 
:weight bold))))
    ;;;; sesman
    `(sesman-browser-button-face ((,class (:foreground ,blue-alt-other 
:underline t))))
    `(sesman-browser-highligh-face ((,class (:inherit 
modus-theme-subtle-blue))))



reply via email to

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