emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 79798c3 053/137: add customization for git co


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 79798c3 053/137: add customization for git commit headings
Date: Thu, 21 Oct 2021 18:12:09 -0400 (EDT)

branch: elpa/ujelly-theme
commit 79798c361924daa2f9b79cccf3c4702d8730e64b
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    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 <mark.tran@gmail.com>
 ;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]