Skip to content

Commit

Permalink
Merge pull request #137 from macownersclub/outline-minor-faces
Browse files Browse the repository at this point in the history
Add support for outline-minor-faces
  • Loading branch information
NamesCode committed Jun 7, 2024
2 parents 8a202d2 + be6ce8e commit 2f15c7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,15 @@ If called non-interactively, the FLAVOR must be one of 'frappe, 'latte, 'macchia
(outline-4 :foreground ,ctp-blue)
(outline-5 :foreground ,ctp-blue)
(outline-6 :foreground ,ctp-blue)
;; outline-minor-faces
(outline-minor-1 :foreground ,ctp-lavender :weight ultra-bold)
(outline-minor-2 :foreground ,ctp-pink :weight bold)
(outline-minor-3 :foreground ,ctp-blue :weight bold)
(outline-minor-4 :foreground ,ctp-red)
(outline-minor-5 :foreground ,ctp-green)
(outline-minor-6 :foreground ,ctp-peach)
(outline-minor-7 :foreground ,ctp-mauve)
(outline-minor-8 :foreground ,ctp-text)
;; perspective
(persp-selected-face :weight bold :foreground ,ctp-pink)
;; popup
Expand Down

0 comments on commit 2f15c7c

Please sign in to comment.