Add special faces for Git commit lines master
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 5 Mar 2018 21:01:39 +0000 (22:01 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 5 Mar 2018 21:02:28 +0000 (22:02 +0100)
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)))))
 
    ;; 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))))
 
    ;; Web Mode Faces
    `(web-mode-html-tag-face ((t (:foreground ,clr11))))