branch: elpa/ujelly-theme
commit 0a339a439390f9bec41f66b1f058e8e8ca90ba31
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
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 <[email protected]>
;; 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))))