Tweak magit diff faces

This commit is contained in:
Jessie Hildebrandt 2022-12-22 06:10:01 -05:00
parent ba0febfddd
commit 77a28aea38

View File

@ -658,12 +658,12 @@
`(magit-branch-remote ((,class (:foreground ,blue))))
`(magit-cherry-equivalent ((,class (:foreground ,violet))))
`(magit-cherry-unmatched ((,class (:foreground ,cyan))))
`(magit-diff-added ((,class (:foreground ,teal))))
`(magit-diff-added-highlight ((,class (:inherit (magit-diff-added hl-line)))))
`(magit-diff-removed ((,class (:foreground ,red))))
`(magit-diff-removed-highlight ((,class (:inherit (magit-diff-removed hl-line)))))
`(magit-diff-base ((,class (:foreground ,yellow))))
`(magit-diff-base-highlight ((,class (:inherit (magit-diff-base hl-line)))))
`(magit-diff-added ((,class (:background ,base-0 :foreground ,teal))))
`(magit-diff-removed ((,class (:background ,base-0 :foreground ,red))))
`(magit-diff-base ((,class (:background ,base-0 :foreground ,yellow))))
`(magit-diff-added-highlight ((,class (:background ,base-2 :inherit magit-diff-added))))
`(magit-diff-removed-highlight ((,class (:background ,base-2 :inherit magit-diff-removed))))
`(magit-diff-base-highlight ((,class (:background ,base-2 :inherit magit-diff-base))))
`(magit-diff-context ((,class (:foreground ,fg-alt))))
`(magit-diff-context-highlight ((,class (:inherit hl-line :foreground ,base-6))))
`(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 2 :style flat-button))))))