Refine magit faces

This commit is contained in:
Jessie Hildebrandt 2022-12-22 07:03:27 -05:00
parent 785655ed1d
commit a71eae0a30

View File

@ -697,6 +697,7 @@
`(magit-section-heading ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button))))))
`(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold))))
`(magit-section-highlight ((,class (:inherit hl-line))))
`(magit-section-secondary-heading ((,class (:foreground ,base-7 :weight bold))))
`(magit-sequence-drop ((,class (:foreground ,red))))
`(magit-sequence-head ((,class (:foreground ,blue))))
`(magit-sequence-part ((,class (:foreground ,orange))))
@ -709,9 +710,8 @@
`(magit-signature-untrusted ((,class (:foreground ,yellow))))
`(magit-tag ((,class (:foreground ,fg-alt))))
`(magit-filename ((,class (:foreground ,violet))))
`(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))
`(git-commit-summary ((,class (:foreground ,base-8 :weight bold))))
`(git-commit-overlong-summary ((,class (:foreground ,base-7 :weight bold :strike-through t))))
`(git-commit-summary ((,class (:foreground ,base-8))))
`(git-commit-overlong-summary ((,class (:foreground ,base-7 :strike-through t))))
`(git-commit-nonempty-second-line ((,class (:foreground ,base-7 :strike-through t))))
`(git-commit-known-pseudo-header ((,class (:inherit git-commit-pseudo-header))))
`(git-commit-comment-heading ((,class (:foreground ,base-7))))