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