Tweak magit diff faces
This commit is contained in:
parent
ba0febfddd
commit
77a28aea38
@ -658,12 +658,12 @@
|
|||||||
`(magit-branch-remote ((,class (:foreground ,blue))))
|
`(magit-branch-remote ((,class (:foreground ,blue))))
|
||||||
`(magit-cherry-equivalent ((,class (:foreground ,violet))))
|
`(magit-cherry-equivalent ((,class (:foreground ,violet))))
|
||||||
`(magit-cherry-unmatched ((,class (:foreground ,cyan))))
|
`(magit-cherry-unmatched ((,class (:foreground ,cyan))))
|
||||||
`(magit-diff-added ((,class (:foreground ,teal))))
|
`(magit-diff-added ((,class (:background ,base-0 :foreground ,teal))))
|
||||||
`(magit-diff-added-highlight ((,class (:inherit (magit-diff-added hl-line)))))
|
`(magit-diff-removed ((,class (:background ,base-0 :foreground ,red))))
|
||||||
`(magit-diff-removed ((,class (:foreground ,red))))
|
`(magit-diff-base ((,class (:background ,base-0 :foreground ,yellow))))
|
||||||
`(magit-diff-removed-highlight ((,class (:inherit (magit-diff-removed hl-line)))))
|
`(magit-diff-added-highlight ((,class (:background ,base-2 :inherit magit-diff-added))))
|
||||||
`(magit-diff-base ((,class (:foreground ,yellow))))
|
`(magit-diff-removed-highlight ((,class (:background ,base-2 :inherit magit-diff-removed))))
|
||||||
`(magit-diff-base-highlight ((,class (:inherit (magit-diff-base hl-line)))))
|
`(magit-diff-base-highlight ((,class (:background ,base-2 :inherit magit-diff-base))))
|
||||||
`(magit-diff-context ((,class (:foreground ,fg-alt))))
|
`(magit-diff-context ((,class (:foreground ,fg-alt))))
|
||||||
`(magit-diff-context-highlight ((,class (:inherit hl-line :foreground ,base-6))))
|
`(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))))))
|
`(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 2 :style flat-button))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user