branch: externals/modus-operandi-theme
commit 6ce0247ed1cf06538e506359d4051b135e37dbdd
Author: Jonathan Otsuka <[email protected]>
Commit: Jonathan Otsuka <[email protected]>

    Switched to using correct custom option for vivendi theme.
---
 modus-vivendi-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 41df276..8ae7529 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1712,8 +1712,8 @@ between foreground and background is >= 7:1)."
                                    :inherit modus-theme-refine-blue))))
    `(ioccur-regexp-face ((,class (:inherit modus-theme-intense-magenta :weight 
bold))))
    `(ioccur-title-face ((,class (:foreground ,red-alt :weight bold
-                                             ,@(when 
modus-operandi-theme-scale-headings
-                                                 (list :height 
modus-operandi-theme-scale-4))))))
+                                             ,@(when 
modus-vivendi-theme-scale-headings
+                                                 (list :height 
modus-vivendi-theme-scale-4))))))
    ;;;; isearch, occur, and the like
    `(isearch ((,class (:inherit modus-theme-intense-green :weight bold))))
    `(isearch-fail ((,class (:inherit modus-theme-refine-red))))

Reply via email to