branch: externals/modus-operandi-theme
commit 78900097643d154e5478c1435467027a38db1252
Merge: 5c22166 6ce0247
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Merge branch 'fix-modus-vivendi-theme' into 'master'
Switched to using correct custom option for vivendi theme.
See merge request protesilaos/modus-themes!2
---
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))))