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

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

[elpa] externals/modus-operandi-theme e14182f 29/54: Tweak `minibuffer-p


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e14182f 29/54: Tweak `minibuffer-prompt' colour for consistency
Date: Thu, 4 Jun 2020 08:20:15 -0400 (EDT)

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

    Tweak `minibuffer-prompt' colour for consistency
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6bdd3e5..ce86e2f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -837,7 +837,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(italic ((,class (:foreground ,fg-special-cold :slant italic))))
    `(nobreak-hyphen ((,class (:foreground ,fg-escape-char-construct))))
    `(nobreak-space ((,class (:foreground ,fg-escape-char-construct :underline 
t))))
-   `(minibuffer-prompt ((,class (:foreground ,cyan-alt))))
+   `(minibuffer-prompt ((,class (:foreground ,cyan-alt-other))))
    `(mm-command-output ((,class (:foreground ,red-alt-other))))
    `(mm-uu-extract ((,class (:background ,bg-dim :foreground 
,fg-special-mild))))
    `(next-error ((,class (:inherit modus-theme-subtle-red))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 58a59a2..183cd32 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -837,7 +837,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(italic ((,class (:foreground ,fg-special-cold :slant italic))))
    `(nobreak-hyphen ((,class (:foreground ,fg-escape-char-construct))))
    `(nobreak-space ((,class (:foreground ,fg-escape-char-construct :underline 
t))))
-   `(minibuffer-prompt ((,class (:foreground ,cyan-alt))))
+   `(minibuffer-prompt ((,class (:foreground ,cyan-alt-other))))
    `(mm-command-output ((,class (:foreground ,red-alt-other))))
    `(mm-uu-extract ((,class (:background ,bg-dim :foreground 
,fg-special-mild))))
    `(next-error ((,class (:inherit modus-theme-subtle-red))))



reply via email to

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