Skip to content

Commit

Permalink
Fix diff-hl faces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnski committed Mar 25, 2024
1 parent 1e9bdb0 commit 733a16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ If called non-interactively, the FLAVOR must be one of 'frappe, 'latte, 'macchia
(completions-common-part :foreground ,ctp-sky)
(completions-first-difference :foreground ,ctp-text)
;; diff-hl
(diff-hl-change :foreground ,ctp-blue :background ,ctp-blue)
(diff-hl-delete :foreground ,ctp-red :background ,ctp-red)
(diff-hl-insert :foreground ,ctp-green :background ,ctp-green)
(diff-hl-change :inherit fringe :foreground ,ctp-blue)
(diff-hl-delete :inherit fringe :foreground ,ctp-red)
(diff-hl-insert :inherit fringe :foreground ,ctp-green)
;; diff-refine
(diff-refine-removed :weight bold)
(diff-refine-added :weight bold)
Expand Down

0 comments on commit 733a16b

Please sign in to comment.