emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 2d9f308 035/112: Add support for F


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2d9f308 035/112: Add support for FOLD-THIS
Date: Mon, 30 Mar 2020 15:59:33 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 2d9f3082623dbd59f87d70a248ff41bf4fa47110
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]