branch: elpa/ujelly-theme
commit 64812e7cb10466c5f975a16ded01aff570f3f994
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
face customizations for git commit mode
---
ujelly-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index f20560a..1a1bc25 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -73,6 +73,8 @@
`(font-lock-type-face ((,class (:foreground ,ujelly-orange-0))))
`(font-lock-variable-name-face ((,class (:foreground ,ujelly-red-0))))
`(font-lock-warning-face ((,class (:foreground ,ujelly-red-1))))
+ `(git-commit-comment-file-face ((,class (:foreground ,ujelly-fg))))
+ `(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))
`(header-line ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
`(helm-candidate-number ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))