branch: externals/modus-operandi-theme
commit 2d9f3082623dbd59f87d70a248ff41bf4fa47110
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for FOLD-THIS
---
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 661180d..17322d9 100644
--- a/README.org
+++ b/README.org
@@ -235,6 +235,7 @@ the "full support" may not be 100% true…
+ flyspell-correct
+ frog-menu
+ focus
++ fold-this
+ font-lock (generic syntax highlighting)
+ fountain (fountain-mode)
+ geiser
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2f37a18..ec26783 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -125,6 +125,7 @@
;; flyspell-correct
;; frog-menu
;; focus
+;; fold-this
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
;; geiser
@@ -1140,6 +1141,8 @@ between foreground and background is >= 7:1)."
`(frog-menu-prompt-face ((,class (:foreground ,cyan))))
;;;; focus
`(focus-unfocused ((,class (:foreground ,fg-alt))))
+ ;;;; fold-this
+ `(fold-this-overlay ((,class (:inherit modus-theme-special-mild))))
;;;; font-lock
`(font-lock-builtin-face ((,class (:foreground ,magenta-alt :weight
,modus-theme-bold))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d4ad0f7..5427741 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -125,6 +125,7 @@
;; flyspell-correct
;; frog-menu
;; focus
+;; fold-this
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
;; geiser
@@ -1140,6 +1141,8 @@ between foreground and background is >= 7:1)."
`(frog-menu-prompt-face ((,class (:foreground ,cyan))))
;;;; focus
`(focus-unfocused ((,class (:foreground ,fg-alt))))
+ ;;;; fold-this
+ `(fold-this-overlay ((,class (:inherit modus-theme-special-mild))))
;;;; font-lock
`(font-lock-builtin-face ((,class (:foreground ,magenta-alt :weight
,modus-theme-bold))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))