From 7d53a6959c92b40e3f819b134f7db93ec9a31352 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Wed, 22 Jul 2026 10:11:54 +0300 Subject: [PATCH] Add support for (setq magit-diff-use-indicator-faces t) --- modus-themes.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 5f4e962..a730141 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5938,8 +5938,10 @@ If COLOR is unspecified, then return :box unspecified." `(magit-cherry-unmatched ((,c :foreground ,err))) `(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-indicator ((,c :background ,bg-added-refine :foreground ,fg-added))) `(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-indicator ((,c :background ,bg-changed-refine :foreground ,fg-changed))) `(magit-diff-context ((,c :foreground ,fg-dim))) `(magit-diff-context-highlight ((,c :background ,bg-diff-context))) `(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-removed ((,c :background ,bg-removed-faint :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-removed ((,c :foreground ,fg-removed-intense))) `(magit-dimmed ((,c :foreground ,fg-dim)))