branch: externals/ef-themes
commit f2a6141e356478009766041d5a4ffd1a77327fcf
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Cover git-commit-comment-branch-local face
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index e30ff34e8a..a2bfea5448 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -291,6 +291,7 @@ When called from Lisp, THEME is a symbol."
`(font-lock-warning-face ((,c :foreground ,warning)))
;;;; 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-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)))