From 7a9ea894d2e8c3a2dfa359f72e6f515aca15cdf2 Mon Sep 17 00:00:00 2001 From: gs-101 <172639817+gs-101@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:56:52 -0300 Subject: [PATCH] feat: style flymake faces --- catppuccin-theme.el | 5 +++++ 1 file changed, 5 insertions(+) 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))