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

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

[elpa] externals/modus-operandi-theme ae028c3 113/153: Refine Icomplete/


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ae028c3 113/153: Refine Icomplete/Ido first match (amend 3a8eead63)
Date: Thu, 18 Mar 2021 13:47:52 -0400 (EDT)

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

    Refine Icomplete/Ido first match (amend 3a8eead63)
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index fd64dd3..f770f72 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2869,14 +2869,14 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; icomplete
    `(icomplete-first-match ((,class :inherit bold
                                     
,@(modus-operandi-theme-standard-completions
-                                       fg-main bg-alt
+                                       magenta bg-alt
                                        bg-active fg-main))))
 ;;;;; icomplete-vertical
    `(icomplete-vertical-separator ((,class :foreground ,fg-alt)))
 ;;;;; ido-mode
    `(ido-first-match ((,class :inherit bold
                               ,@(modus-operandi-theme-standard-completions
-                                 fg-main cyan-nuanced-bg
+                                 magenta bg-alt
                                  bg-active fg-main))))
    `(ido-incomplete-regexp ((,class :inherit error)))
    `(ido-indicator ((,class :inherit modus-theme-subtle-yellow)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7799ef3..ab0a4b7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2869,14 +2869,14 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; icomplete
    `(icomplete-first-match ((,class :inherit bold
                                     ,@(modus-vivendi-theme-standard-completions
-                                       fg-main bg-alt
+                                       magenta bg-alt
                                        bg-active fg-main))))
 ;;;;; icomplete-vertical
    `(icomplete-vertical-separator ((,class :foreground ,fg-alt)))
 ;;;;; ido-mode
    `(ido-first-match ((,class :inherit bold
                               ,@(modus-vivendi-theme-standard-completions
-                                 fg-main cyan-nuanced-bg
+                                 magenta bg-alt
                                  bg-active fg-main))))
    `(ido-incomplete-regexp ((,class :inherit error)))
    `(ido-indicator ((,class :inherit modus-theme-subtle-yellow)))



reply via email to

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