branch: elpa/ujelly-theme
commit 779ba3ee7b40315c7003b7cc61f200e5a79f6039
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
set weight for magit-item-highlight
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 9e0a8a0..50f5dd3 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.23
+;; Version: 1.0.24
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -90,7 +90,7 @@
`(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 (:background ,ujelly-grey-2))))
+ `(magit-item-highlight ((,class (:weight normal :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))))