Skip to content

Commit

Permalink
feat: style compilation-mode-line faces
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Aug 18, 2024
1 parent 177ecee commit d547b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d547b4f

Please sign in to comment.