branch: externals/modus-operandi-theme
commit e14182f68b4a0997399ce7b751ce04594820afb3
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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