branch: elpa/spacemacs-theme
commit 7e458fe84f41eef1fa587b06386fb0cf4eacffed
Merge: ba751f85cc bae6b761ce
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #110 from jabranham/flyspell
    
    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))))

Reply via email to