branch: elpa/ujelly-theme
commit 08ada3f404c60fbbae66d746e742c4ed00ab24d9
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    change magit-blame-heading foreground
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index adaef69..bd70747 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.1.2
+;; Version: 1.1.3
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -105,7 +105,7 @@
        `(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
-       `(magit-blame-heading ((,class (:foreground ,ujelly-grey-0 :background 
,ujelly-grey-2))))
+       `(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background 
,ujelly-grey-2))))
        `(magit-branch-local ((,class (:foreground ,ujelly-yellow-0))))
        `(magit-branch-remote ((,class (:foreground ,ujelly-yellow-0))))
        `(magit-section-heading ((,class (:foreground ,ujelly-yellow-0 
:background ,ujelly-grey-2))))

Reply via email to