From: Joe Wreschnig Date: Mon, 5 Mar 2018 21:01:39 +0000 (+0100) Subject: Add special faces for Git commit lines X-Git-Url: https://git.korewanetadesu.com/?p=BTCSB-theme.git;a=commitdiff_plain;h=65df928cc67a9b3cf8786f2c006f8f9a6439632c Add special faces for Git commit lines --- 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))))