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

    Add support for MINIMAP
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index c06ed6e..0c407ad 100644
--- a/README.org
+++ b/README.org
@@ -757,6 +757,7 @@ the "full support" may not be 100% true…
 + markup-faces (=adoc-mode=)
 + mentor
 + messages
++ minimap
 + modeline
 + mood-line
 + mu4e
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8706cbd..bb550ad 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -205,6 +205,7 @@
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
 ;;     messages
+;;     minimap
 ;;     modeline
 ;;     mood-line
 ;;     mu4e
@@ -2388,6 +2389,9 @@ 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))))
+   ;;;; minimap
+   `(minimap-active-region-background ((,class (:background ,bg-active))))
+   `(minimap-current-line-face ((,class (:background ,cyan-intense-bg 
:foreground ,fg-main))))
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-operandi-theme-modeline-box bg-inactive 
fg-inactive t)
                               ,@(modus-operandi-theme-modeline-props
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bdc8571..11dda06 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -205,6 +205,7 @@
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
 ;;     messages
+;;     minimap
 ;;     modeline
 ;;     mood-line
 ;;     mu4e
@@ -2388,6 +2389,9 @@ 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))))
+   ;;;; minimap
+   `(minimap-active-region-background ((,class (:background ,bg-active))))
+   `(minimap-current-line-face ((,class (:background ,cyan-intense-bg 
:foreground ,fg-main))))
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-vivendi-theme-modeline-box bg-inactive 
fg-inactive t)
                               ,@(modus-vivendi-theme-modeline-props

Reply via email to