Cover the git-commit-comment-branch-remote face

This commit is contained in:
Protesilaos Stavrou 2022-11-27 07:33:14 +02:00
parent 7b3753a00e
commit 6a49e3aab1
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1217,6 +1217,7 @@ Helper function for `standard-themes-preview-colors'."
;;;; git-commit
`(git-commit-comment-action ((,c :inherit font-lock-comment-face)))
`(git-commit-comment-branch-local ((,c :inherit font-lock-comment-face :foreground ,accent-0)))
`(git-commit-comment-branch-remote ((,c :inherit font-lock-comment-face :foreground ,accent-3)))
`(git-commit-comment-heading ((,c :inherit (bold font-lock-comment-face))))
`(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground ,name)))
`(git-commit-keyword ((,c :foreground ,keyword)))