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

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

[nongnu] elpa/ujelly-theme f422e7e 054/137: magit face tweaks


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme f422e7e 054/137: magit face tweaks
Date: Thu, 21 Oct 2021 18:12:10 -0400 (EDT)

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

    magit face tweaks
---
 ujelly-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index fd039a2..9ddeea4 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.35
+;; Version: 1.0.36
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -94,13 +94,14 @@
        `(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-2))))
-       `(magit-branch ((,class (:foreground ,ujelly-red-2))))
+       `(magit-branch ((,class (:foreground ,ujelly-red-0))))
        `(magit-diff-add ((,class (:foreground ,ujelly-green-0 :background 
,ujelly-bg))))
        `(magit-diff-del ((,class (:foreground ,ujelly-red-0 :background 
,ujelly-bg))))
        `(magit-diff-file-header ((,class (:inherit nil :foreground 
,ujelly-red-2))))
        `(magit-diff-hunk-header ((,class (:inherit nil :foreground 
,ujelly-yellow-0))))
        `(magit-item-highlight ((,class (:weight normal :background 
,ujelly-grey-2))))
-       `(magit-log-sha1 ((,class (:foreground ,ujelly-red-2))))
+       `(magit-log-author ((,class (:foreground ,ujelly-fg))))
+       `(magit-log-sha1 ((,class (:foreground ,ujelly-red-0))))
        `(magit-log-head-label-local ((,class (:foreground ,ujelly-fg))))
        `(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))
        `(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))



reply via email to

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