branch: externals/ef-themes
commit 4c062e41cd96d8b965b3d6c7feb7ac30805991d2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make Magit commit headings less colourful
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index c389798c60..47e3d65e7f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -244,6 +244,7 @@
     `(font-lock-warning-face ((,c :foreground ,warning)))
 ;;;; 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-keyword ((,c :foreground ,keyword)))
     `(git-commit-nonempty-second-line ((,c :inherit error)))
     `(git-commit-overlong-summary ((,c :inherit warning)))

Reply via email to