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

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

[elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for F


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for FREEZE-IT
Date: Mon, 30 Mar 2020 15:59:43 -0400 (EDT)

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

    Add support for FREEZE-IT
---
 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 e2af24c..00c5f29 100644
--- a/README.org
+++ b/README.org
@@ -243,6 +243,7 @@ the "full support" may not be 100% true…
 + flymake
 + flyspell
 + flyspell-correct
++ freeze-it
 + frog-menu
 + focus
 + fold-this
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2aaff63..3f7cc22 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -128,6 +128,7 @@
 ;;     flymake
 ;;     flyspell
 ;;     flyspell-correct
+;;     freeze-it
 ;;     frog-menu
 ;;     focus
 ;;     fold-this
@@ -1285,6 +1286,8 @@ between foreground and background is >= 7:1)."
       (,class (:foreground ,red :underline t))))
    ;;;; flyspell-correct
    `(flyspell-correct-highlight-face ((,class (:inherit 
modus-theme-refine-green))))
+   ;;;; freeze-it
+   `(freeze-it-show ((,class (:background ,bg-dim :foreground 
,fg-special-warm))))
    ;;;; frog-menu
    `(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
    `(frog-menu-actions-face ((,class (:foreground ,magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5f6d27a..806a6c3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -128,6 +128,7 @@
 ;;     flymake
 ;;     flyspell
 ;;     flyspell-correct
+;;     freeze-it
 ;;     frog-menu
 ;;     focus
 ;;     fold-this
@@ -1285,6 +1286,8 @@ between foreground and background is >= 7:1)."
       (,class (:foreground ,red :underline t))))
    ;;;; flyspell-correct
    `(flyspell-correct-highlight-face ((,class (:inherit 
modus-theme-refine-green))))
+   ;;;; freeze-it
+   `(freeze-it-show ((,class (:background ,bg-dim :foreground 
,fg-special-warm))))
    ;;;; frog-menu
    `(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
    `(frog-menu-actions-face ((,class (:foreground ,magenta))))



reply via email to

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