branch: externals/ef-themes commit c0dace25736bac926090d34482b3e61f10ed6bcf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use colour fg in git-commit-comment-file --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 492d6e33f3..bcc78b3417 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -291,7 +291,7 @@ When called from Lisp, THEME is a symbol." ;;;; git-commit `(git-commit-comment-action ((,c :inherit font-lock-comment-face))) `(git-commit-comment-heading ((,c :inherit (bold font-lock-comment-face)))) - `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground ,constant))) + `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground ,name))) `(git-commit-keyword ((,c :foreground ,keyword))) `(git-commit-nonempty-second-line ((,c :inherit error))) `(git-commit-overlong-summary ((,c :inherit warning)))