branch: elpa/gruvbox-theme commit 4e1c2616a31f33191daf20c0f9f744af5dd14468 Author: Martijn Terpstra <bigmart...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
added faces for langtool --- gruvbox.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gruvbox.el b/gruvbox.el index 680452087f..62b63e807b 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -466,6 +466,10 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (flyspell-duplicate (:underline (:color gruvbox-light4 :style 'line))) (flyspell-incorrect (:underline (:color gruvbox-bright_red :style 'line))) + ;; Langtool + (langtool-errline (:foreground gruvbox-dark0 :background gruvbox-bright_red)) + (langtool-correction-face (:foreground gruvbox-bright_yellow :weight 'bold)) + ;; mu4e (mu4e-header-key-face (:foreground gruvbox-bright_green :weight 'bold )) (mu4e-unread-face (:foreground gruvbox-bright_blue :weight 'bold ))