From d547b4f1b230c8be1686ff53be46320dce805042 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 18 Aug 2024 19:29:58 +1200 Subject: [PATCH] feat: style compilation-mode-line faces --- catppuccin-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catppuccin-theme.el b/catppuccin-theme.el index 9dcf0bb..be91621 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -453,6 +453,10 @@ FLAVOR defaults to the value of `catppuccin-flavor'." (company-tooltip-scrollbar-thumb :background ,ctp-surface2) (company-tooltip-scrollbar-track :background ,ctp-surface1) + ;; compile + (compilation-mode-line-exit :foreground ,ctp-green) + (compilation-mode-line-fail :foreground ,ctp-red) + ;; completions (minibuffer.el) (completions-annotations :inherit font-lock-comment-face) (completions-common-part :foreground ,ctp-sky)