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

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

[nongnu] elpa/ujelly-theme 0a339a4 117/137: update magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 0a339a4 117/137: update magit faces
Date: Thu, 21 Oct 2021 18:12:23 -0400 (EDT)

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

    update magit faces
---
 ujelly-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index c458754..521745e 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.1.34
+;; Version: 1.1.35
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -152,7 +152,8 @@
        `(magit-diff-removed-highlight ((,class (:foreground ,ujelly-red-0 
:inherit (magit-section-highlight)))))
        `(magit-diffstat-added ((,class (:foreground ,ujelly-green-0))))
        `(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
-       `(magit-hash ((,class (:foreground ,ujelly-red-1))))
+       `(magit-hash ((,class (:foreground ,ujelly-red-0))))
+       `(magit-log-author ((,class (:foreground ,ujelly-yellow-0))))
        `(magit-section-highlight ((,class (:background ,ujelly-grey-2))))
        `(match ((,class (:background ,ujelly-red-1))))
        `(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))



reply via email to

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