branch: externals/standard-themes
commit 6a49e3aab1397026560d7571956bbdf7768c849b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Cover the git-commit-comment-branch-remote face
---
standard-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/standard-themes.el b/standard-themes.el
index ee74d0dc48..b162945b89 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -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)))