Refine apperance of more magit faces

This commit is contained in:
Jessie Hildebrandt 2022-12-13 03:49:33 -05:00
parent 20cbd4e9c9
commit 3854af1ca7

View File

@ -641,6 +641,13 @@
`(magit-tag ((,class (:foreground ,teal)))) `(magit-tag ((,class (:foreground ,teal))))
`(magit-filename ((,class (:foreground ,violet)))) `(magit-filename ((,class (:foreground ,violet))))
`(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold)))) `(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))
`(git-commit-summary ((,class (:foreground ,base-8 :weight bold))))
`(git-commit-overlong-summary ((,class (:inherit yellow :weight bold :strike-through t))))
`(git-commit-nonempty-second-line ((,class (:inherit yellow :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))))
`(git-commit-comment-branch-remote ((,class (:inherit 'magit-branch-remote))))
;; mic-paren ;; mic-paren
`(paren-face-match ((,class (:inherit 'show-paren-match)))) `(paren-face-match ((,class (:inherit 'show-paren-match))))