Add special faces for Git commit lines
[BTCSB-theme.git] / BTCSB-theme.el
index 5277a33..c858e91 100644 (file)
@@ -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))))