Skip to content

Commit

Permalink
chore: centralise diff-mode faces
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Aug 13, 2024
1 parent 1b4876e commit 95269f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ or `mocha'."
(diff-hl-insert :inherit fringe :foreground ,ctp-green)

;; diff-mode
(diff-header :foreground ,ctp-blue)
(diff-hunk-header :foreground ,ctp-text :background ,ctp-surface2)
(diff-added :background ,(catppuccin-darken ctp-green 60))
(diff-removed :background ,(catppuccin-darken ctp-red 60))
(diff-indicator-added :foreground ,ctp-green)
Expand Down Expand Up @@ -854,8 +856,6 @@ or `mocha'."
(magit-diffstat-added :foreground ,ctp-green)
(magit-diffstat-removed :foreground ,ctp-red)
(magit-hash :foreground ,ctp-subtext0)
(diff-header :foreground ,ctp-blue)
(diff-hunk-header :foreground ,ctp-text :background ,ctp-surface2)
(magit-diff-hunk-heading :inherit diff-hunk-header)
(magit-diff-hunk-heading-highlight :inherit diff-hunk-header :weight bold)
(magit-log-author :foreground ,ctp-subtext0)
Expand Down

0 comments on commit 95269f7

Please sign in to comment.