Skip to content

Commit

Permalink
Add some support for `mu4e-column-faces'
Browse files Browse the repository at this point in the history
  • Loading branch information
macownersclub authored and nyxkrage committed Mar 26, 2024
1 parent 5062c27 commit 268adea
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 @@ -851,6 +851,10 @@ If called non-interactively, the FLAVOR must be one of 'frappe, 'latte, 'macchia
(mu4e-cited-3-face :inherit font-lock-comment-face)
(mu4e-cited-4-face :inherit font-lock-comment-face)
(mu4e-cited-5-face :inherit font-lock-comment-face)
;; mu4e-column-faces
(mu4e-column-faces-date :foreground ,ctp-blue)
(mu4e-column-faces-flags :foreground ,ctp-yellow)
(mu4e-column-faces-to-from :foreground ,ctp-sky)
;; neotree
(neo-banner-face :foreground ,ctp-blue :weight bold)
;;(neo-button-face :underline nil)
Expand Down

0 comments on commit 268adea

Please sign in to comment.