Add support for (setq magit-diff-use-indicator-faces t)

This commit is contained in:
Protesilaos 2026-07-22 10:11:54 +03:00
parent e81c3c6ce3
commit 7d53a6959c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5938,8 +5938,10 @@ If COLOR is unspecified, then return :box unspecified."
`(magit-cherry-unmatched ((,c :foreground ,err))) `(magit-cherry-unmatched ((,c :foreground ,err)))
`(magit-diff-added ((,c :background ,bg-added-faint :foreground ,fg-added))) `(magit-diff-added ((,c :background ,bg-added-faint :foreground ,fg-added)))
`(magit-diff-added-highlight ((,c :background ,bg-added :foreground ,fg-added))) `(magit-diff-added-highlight ((,c :background ,bg-added :foreground ,fg-added)))
`(magit-diff-added-indicator ((,c :background ,bg-added-refine :foreground ,fg-added)))
`(magit-diff-base ((,c :background ,bg-changed-faint :foreground ,fg-changed))) `(magit-diff-base ((,c :background ,bg-changed-faint :foreground ,fg-changed)))
`(magit-diff-base-highlight ((,c :background ,bg-changed :foreground ,fg-changed))) `(magit-diff-base-highlight ((,c :background ,bg-changed :foreground ,fg-changed)))
`(magit-diff-base-indicator ((,c :background ,bg-changed-refine :foreground ,fg-changed)))
`(magit-diff-context ((,c :foreground ,fg-dim))) `(magit-diff-context ((,c :foreground ,fg-dim)))
`(magit-diff-context-highlight ((,c :background ,bg-diff-context))) `(magit-diff-context-highlight ((,c :background ,bg-diff-context)))
`(magit-diff-file-heading ((,c :inherit modus-themes-bold :foreground ,accent-0))) `(magit-diff-file-heading ((,c :inherit modus-themes-bold :foreground ,accent-0)))
@ -5953,6 +5955,7 @@ If COLOR is unspecified, then return :box unspecified."
`(magit-diff-lines-heading ((,c :background ,fg-dim :foreground ,bg-main))) `(magit-diff-lines-heading ((,c :background ,fg-dim :foreground ,bg-main)))
`(magit-diff-removed ((,c :background ,bg-removed-faint :foreground ,fg-removed))) `(magit-diff-removed ((,c :background ,bg-removed-faint :foreground ,fg-removed)))
`(magit-diff-removed-highlight ((,c :background ,bg-removed :foreground ,fg-removed))) `(magit-diff-removed-highlight ((,c :background ,bg-removed :foreground ,fg-removed)))
`(magit-diff-removed-indicator ((,c :background ,bg-removed-refine :foreground ,fg-removed)))
`(magit-diffstat-added ((,c :foreground ,fg-added-intense))) `(magit-diffstat-added ((,c :foreground ,fg-added-intense)))
`(magit-diffstat-removed ((,c :foreground ,fg-removed-intense))) `(magit-diffstat-removed ((,c :foreground ,fg-removed-intense)))
`(magit-dimmed ((,c :foreground ,fg-dim))) `(magit-dimmed ((,c :foreground ,fg-dim)))