branch: externals/modus-operandi-theme
commit ed0457644d37a3dbfaea6ebb916a351babb60122
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for FLYSPELL-CORRECT (issue #17)
---
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 55cb4d0..aea2218 100644
--- a/README.org
+++ b/README.org
@@ -232,6 +232,7 @@ the "full support" may not be 100% true…
+ flycheck-posframe
+ flymake
+ flyspell
++ flyspell-correct
+ focus
+ font-lock (generic syntax highlighting)
+ fountain (fountain-mode)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 709d6d3..c43636a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -122,6 +122,7 @@
;; flycheck-posframe
;; flymake
;; flyspell
+;; flyspell-correct
;; focus
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
@@ -1113,6 +1114,8 @@ between foreground and background is >= 7:1)."
((,(append '((supports :underline (:style wave))) class)
(:foreground ,red :underline (:style wave)))
(,class (:foreground ,red :underline t))))
+ ;;;; flyspell-correct
+ `(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0e85303..4db8281 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -122,6 +122,7 @@
;; flycheck-posframe
;; flymake
;; flyspell
+;; flyspell-correct
;; focus
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
@@ -1113,6 +1114,8 @@ between foreground and background is >= 7:1)."
((,(append '((supports :underline (:style wave))) class)
(:foreground ,red :underline (:style wave)))
(,class (:foreground ,red :underline t))))
+ ;;;; flyspell-correct
+ `(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))