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

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

[elpa] externals/modus-operandi-theme 4a430b1 40/54: Review SELECTRUM fa


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 4a430b1 40/54: Review SELECTRUM faces (due to changes upstream)
Date: Thu, 4 Jun 2020 08:20:18 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 4a430b1a4dc6fbfb254afe30fc134f2c66668521
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review SELECTRUM faces (due to changes upstream)
    
    Selectrum will place the *-highlight over selectrum-current-candidate,
    so we can no longer use just a foreground value for the former as it
    leads to inaccessible colour combinations.  A background+foreground
    combination is needed instead.
    
    To that end, the mapping of colours is also changed to better match the
    aesthetics of this tool.
---
 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 dc9a5c7..9144152 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2896,9 +2896,9 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                 ,@(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))))
-   `(selectrum-primary-highlight ((,class (:foreground ,magenta-alt :weight 
bold))))
-   `(selectrum-secondary-highlight ((,class (:foreground ,blue-alt-other 
:weight bold))))
+   `(selectrum-current-candidate ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue 
:weight bold))))
+   `(selectrum-secondary-highlight ((,class (:inherit modus-theme-refine-cyan 
: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 bf64d53..eae1207 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2896,9 +2896,9 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                 ,@(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))))
-   `(selectrum-primary-highlight ((,class (:foreground ,magenta-alt :weight 
bold))))
-   `(selectrum-secondary-highlight ((,class (:foreground ,blue-alt-other 
:weight bold))))
+   `(selectrum-current-candidate ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue 
:weight bold))))
+   `(selectrum-secondary-highlight ((,class (:inherit modus-theme-refine-cyan 
: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]