branch: externals/modus-operandi-theme
commit b7f6955831200990ef96a92eab1f67f8c9749ec5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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))))