branch: elpa/ujelly-theme
commit 60aaf45e87a904f412fba63c81c7ebedb599ef0e
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add magit face, bump version
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 9cded06..0faf4ad 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.0.20
+;; Version: 1.0.21
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -92,6 +92,7 @@
`(magit-diff-hunk-header ((,class (:inherit nil :foreground
,ujelly-yellow-0))))
`(magit-item-highlight ((,class (:background ,ujelly-grey-2))))
`(magit-log-sha1 ((,class (:foreground ,ujelly-red-2))))
+ `(magit-log-head-label-local ((,class (:foreground ,ujelly-fg))))
`(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mode-line ((,class (:foreground ,ujelly-fg :background nil))))