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

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

[elpa] externals/modus-vivendi-theme ed2b435 39/73: Review generic compl


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme ed2b435 39/73: Review generic completion faces
Date: Wed, 26 Aug 2020 09:20:59 -0400 (EDT)

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

    Review generic completion faces
    
    This only concerns the new option for 'opinionated' completion UIs (see
    0ff98fd15).  It is better if you check the discussion on issue 75:
    https://gitlab.com/protesilaos/modus-themes/-/issues/75
---
 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 70e8e46..2d67e73 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1513,11 +1513,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(completions-annotations ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(completions-common-part ((,class 
,@(modus-operandi-theme-standard-completions
                                          cyan-alt-other cyan-nuanced-bg
-                                         green-refine-bg green-refine-fg))))
+                                         yellow-refine-bg yellow-refine-fg))))
    `(completions-first-difference ((,class :inherit bold
                                            
,@(modus-operandi-theme-standard-completions
                                               blue-alt-other blue-nuanced-bg
-                                              blue-intense-bg fg-main))))
+                                              cyan-subtle-bg fg-dim))))
 ;;;;; counsel
    `(counsel-active-mode ((,class :foreground ,magenta-alt-other)))
    `(counsel-application-name ((,class :foreground ,red-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d8a2e5e..a79a736 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1513,11 +1513,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(completions-annotations ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(completions-common-part ((,class 
,@(modus-vivendi-theme-standard-completions
                                          cyan-alt-other cyan-nuanced-bg
-                                         green-refine-bg green-refine-fg))))
+                                         yellow-refine-bg yellow-refine-fg))))
    `(completions-first-difference ((,class :inherit bold
                                            
,@(modus-vivendi-theme-standard-completions
                                               blue-alt-other blue-nuanced-bg
-                                              blue-intense-bg fg-main))))
+                                              cyan-subtle-bg fg-dim))))
 ;;;;; counsel
    `(counsel-active-mode ((,class :foreground ,magenta-alt-other)))
    `(counsel-application-name ((,class :foreground ,red-alt-other)))



reply via email to

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