From 65df928cc67a9b3cf8786f2c006f8f9a6439632c Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Mon, 5 Mar 2018 22:01:39 +0100 Subject: [PATCH] Add special faces for Git commit lines --- BTCSB-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BTCSB-theme.el b/BTCSB-theme.el index 5277a33..c858e91 100644 --- a/BTCSB-theme.el +++ b/BTCSB-theme.el @@ -201,6 +201,9 @@ recommended pairings are Fantasque Sans or Monaco.") ;; Magit Faces `(magit-section-highlight ((t (:inherit (region))))) + `(git-commit-summary ((t (:foreground ,clr09)))) + `(git-commit-overlong-summary ((t (:inherit (error))))) + `(git-commit-nonempty-second-line ((t (:inherit (error))))) ;; Web Mode Faces `(web-mode-html-tag-face ((t (:foreground ,clr11)))) -- 2.20.1