This commit is contained in:
Jessie Hildebrandt 2022-12-13 23:29:47 -05:00
parent 19961f07a4
commit f5a959b046

View File

@ -664,8 +664,8 @@
`(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 (:inherit ,base-7 :weight bold :strike-through t))))
`(git-commit-nonempty-second-line ((,class (:inherit ,base-7 :strike-through t))))
`(git-commit-overlong-summary ((,class (:foreground ,base-7 :weight bold :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))))
`(git-commit-comment-branch-local ((,class (:inherit 'magit-branch-local))))