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

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

[elpa] externals/modus-vivendi-theme 6210f41 01/35: Add support for MINI


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 6210f41 01/35: Add support for MINIBUFFER-LINE
Date: Wed, 24 Jun 2020 12:42:44 -0400 (EDT)

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

    Add support for MINIBUFFER-LINE
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index da4f45a..974b5df 100644
--- a/README.org
+++ b/README.org
@@ -793,6 +793,7 @@ the "full support" may not be 100% true…
 + markup-faces (=adoc-mode=)
 + mentor
 + messages
++ minibuffer-line
 + minimap
 + modeline
 + mood-line
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 13d4807..531a366 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -212,6 +212,7 @@
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
 ;;     messages
+;;     minibuffer-line
 ;;     minimap
 ;;     modeline
 ;;     mood-line
@@ -2454,6 +2455,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(message-header-xheader ((,class (:foreground ,blue-alt-other))))
    `(message-mml ((,class (:foreground ,green-alt-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
+   ;;;; minibuffer-line
+   `(minibuffer-line ((,class (:foreground ,fg-main))))
    ;;;; minimap
    `(minimap-active-region-background ((,class (:background ,bg-active))))
    `(minimap-current-line-face ((,class (:background ,cyan-intense-bg 
:foreground ,fg-main))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3c21e35..bec8c9d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -212,6 +212,7 @@
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
 ;;     messages
+;;     minibuffer-line
 ;;     minimap
 ;;     modeline
 ;;     mood-line
@@ -2454,6 +2455,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(message-header-xheader ((,class (:foreground ,blue-alt-other))))
    `(message-mml ((,class (:foreground ,green-alt-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
+   ;;;; minibuffer-line
+   `(minibuffer-line ((,class (:foreground ,fg-main))))
    ;;;; minimap
    `(minimap-active-region-background ((,class (:background ,bg-active))))
    `(minimap-current-line-face ((,class (:background ,cyan-intense-bg 
:foreground ,fg-main))))



reply via email to

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