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

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

[elpa] externals/modus-operandi-theme 02bfb84 104/153: Tweak Orderless c


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 02bfb84 104/153: Tweak Orderless colours
Date: Thu, 18 Mar 2021 13:47:50 -0400 (EDT)

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

    Tweak Orderless colours
    
    These work better under certain conditions.
---
 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 6e13ca1..759cd68 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3535,7 +3535,7 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; orderless
    `(orderless-match-face-0 ((,class :inherit bold
                                      
,@(modus-operandi-theme-standard-completions
-                                        blue-alt blue-nuanced-bg
+                                        blue-alt-other blue-nuanced-bg
                                         blue-refine-bg blue-refine-fg))))
    `(orderless-match-face-1 ((,class :inherit bold
                                      
,@(modus-operandi-theme-standard-completions
@@ -3543,11 +3543,11 @@ Also bind `class' to ((class color) (min-colors 89))."
                                         magenta-refine-bg magenta-refine-fg))))
    `(orderless-match-face-2 ((,class :inherit bold
                                      
,@(modus-operandi-theme-standard-completions
-                                        green-alt-other green-nuanced-bg
+                                        green green-nuanced-bg
                                         green-refine-bg green-refine-fg))))
    `(orderless-match-face-3 ((,class :inherit bold
                                      
,@(modus-operandi-theme-standard-completions
-                                        yellow-alt-other yellow-nuanced-bg
+                                        yellow yellow-nuanced-bg
                                         yellow-refine-bg yellow-refine-fg))))
 ;;;;; org
    `(org-agenda-calendar-event ((,class :foreground ,fg-main)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index dee4587..1a0fbd5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3535,7 +3535,7 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; orderless
    `(orderless-match-face-0 ((,class :inherit bold
                                      
,@(modus-vivendi-theme-standard-completions
-                                        blue-alt blue-nuanced-bg
+                                        blue-alt-other blue-nuanced-bg
                                         blue-refine-bg blue-refine-fg))))
    `(orderless-match-face-1 ((,class :inherit bold
                                      
,@(modus-vivendi-theme-standard-completions
@@ -3543,11 +3543,11 @@ Also bind `class' to ((class color) (min-colors 89))."
                                         magenta-refine-bg magenta-refine-fg))))
    `(orderless-match-face-2 ((,class :inherit bold
                                      
,@(modus-vivendi-theme-standard-completions
-                                        green-alt-other green-nuanced-bg
+                                        green green-nuanced-bg
                                         green-refine-bg green-refine-fg))))
    `(orderless-match-face-3 ((,class :inherit bold
                                      
,@(modus-vivendi-theme-standard-completions
-                                        yellow-alt-other yellow-nuanced-bg
+                                        yellow yellow-nuanced-bg
                                         yellow-refine-bg yellow-refine-fg))))
 ;;;;; org
    `(org-agenda-calendar-event ((,class :foreground ,fg-main)))



reply via email to

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