branch: elpa/ujelly-theme
commit 79798c361924daa2f9b79cccf3c4702d8730e64b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customization for git commit headings
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 0f94c98..fd039a2 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.34
+;; Version: 1.0.35
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -75,6 +75,7 @@
`(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-comment-heading-face ((,class (:foreground
,ujelly-yellow-0))))
`(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))
`(header-line ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))