diff --git a/catppuccin-theme.el b/catppuccin-theme.el index 327507c..f81c8cf 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -699,6 +699,11 @@ FLAVOR defaults to the value of `catppuccin-flavor'." (enh-ruby-regexp-delimiter-face :foreground ,ctp-yellow) (enh-ruby-string-delimiter-face :foreground ,ctp-yellow) + ;; flymake + (flymake-error :underline (:style wave :color ,ctp-red)) + (flymake-note :underline (:style wave :color ,ctp-green)) + (flymake-warning :underline (:style wave :color ,ctp-yellow)) + ;; flyspell (flyspell-duplicate :underline (:style wave :color ,ctp-teal)) (flyspell-incorrect :underline (:style wave :color ,ctp-maroon))