diff options
| -rw-r--r-- | soria-theme.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index 9c00435..093d530 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -378,6 +378,16 @@ The theme has to be reloaded after changing anything in this group." `(flycheck-fringe-info ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,soria-blue) :inherit unspecified)))) + ;; + ;; Flyspell + + `(flyspell-duplicate + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-orange) :inherit unspecified)))) + + `(flyspell-incorrect + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) ) ) |
