branch: elpa/spacemacs-theme
commit bae6b761ce1a80604449df104146d89008d8b569
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Theme flyspell
---
spacemacs-common.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9f249eeb50..6ca63b6f2d 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -383,6 +383,14 @@ to 'auto, tags may not be properly aligned. "
(:underline (:style line :color ,war)))
(,class (:foreground ,base :background ,war :inherit
bold :underline t))))
+;;;;; flyspell
+ `(flyspell-incorrect ((,(append '((supports :underline (:style line)))
class)
+ (:underline (:style wave :color ,war)))
+ (,class (:foreground ,base :background ,war
:inherit bold :underline t))))
+ `(flyspell-duplicate ((,(append '((supports :underline (:style line)))
class)
+ (:underline (:style wave :color ,keyword)))
+ (,class (:foreground ,base :background ,keyword
:inherit bold :underline t))))
+
;;;;; jabber
`(jabber-activity-face ((,class (:inherit bold :foreground ,red))))
`(jabber-activity-personal-face ((,class (:inherit bold :foreground
,blue))))