diff options
| -rw-r--r-- | soria-theme.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index c3920ad..e30fa55 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -476,6 +476,15 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + ;; languagetool + `(langtool-errline + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + + `(langtool-correction-face + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-green) :inherit unspecified)))) + ;; eldoc `(eldoc-highlight-function-argument |
