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

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

[elpa] externals/modus-vivendi-theme 8958ec1 35/73: Tweak foreground of


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 8958ec1 35/73: Tweak foreground of intense prompts: see 75a8b8fac
Date: Wed, 26 Aug 2020 09:20:58 -0400 (EDT)

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

    Tweak foreground of intense prompts: see 75a8b8fac
---
 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 695ad49..0141c86 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1171,7 +1171,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                                      
blue-nuanced-bg
                                                                      blue-alt
                                                                      
blue-refine-bg
-                                                                     
blue-refine-fg))))
+                                                                     
fg-main))))
    `(error ((,class :inherit bold :foreground ,red)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
    `(file-name-shadow ((,class :foreground ,fg-unfocused)))
@@ -1185,7 +1185,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(minibuffer-prompt ((,class ,@(modus-operandi-theme-prompt cyan-alt-other
                                                                cyan-nuanced-bg
                                                                cyan
-                                                               blue-fringe-bg
+                                                               cyan-refine-bg
                                                                fg-main))))
    `(mm-command-output ((,class :foreground ,red-alt-other)))
    `(mm-uu-extract ((,class :background ,bg-dim :foreground ,fg-special-mild)))
@@ -1931,7 +1931,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                            green-nuanced-bg
                                                            green-alt
                                                            green-refine-bg
-                                                           green-refine-fg))))
+                                                           fg-main))))
 ;;;;; eshell-fringe-status
    `(eshell-fringe-status-failure ((,class :foreground ,red)))
    `(eshell-fringe-status-success ((,class :foreground ,green)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7d7d298..75093d7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1171,7 +1171,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                                     
blue-nuanced-bg
                                                                     blue-alt
                                                                     
blue-refine-bg
-                                                                    
blue-refine-fg))))
+                                                                    fg-main))))
    `(error ((,class :inherit bold :foreground ,red)))
    `(escape-glyph ((,class :foreground ,fg-escape-char-construct)))
    `(file-name-shadow ((,class :foreground ,fg-unfocused)))
@@ -1185,7 +1185,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(minibuffer-prompt ((,class ,@(modus-vivendi-theme-prompt cyan-alt-other
                                                               cyan-nuanced-bg
                                                               cyan
-                                                              blue-fringe-bg
+                                                              cyan-refine-bg
                                                               fg-main))))
    `(mm-command-output ((,class :foreground ,red-alt-other)))
    `(mm-uu-extract ((,class :background ,bg-dim :foreground ,fg-special-mild)))
@@ -1931,7 +1931,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                                           green-nuanced-bg
                                                           green-alt
                                                           green-refine-bg
-                                                          green-refine-fg))))
+                                                          fg-main))))
 ;;;;; eshell-fringe-status
    `(eshell-fringe-status-failure ((,class :foreground ,red)))
    `(eshell-fringe-status-success ((,class :foreground ,green)))



reply via email to

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