mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add support for (setq magit-diff-use-indicator-faces t)
This commit is contained in:
parent
e81c3c6ce3
commit
7d53a6959c
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue