summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2014-03-23 15:07:19 +0100
committerJonas Bernoulli <jonas@bernoul.li>2014-03-23 15:07:19 +0100
commit8980aec77491503f9408c3b80398f1a73d1a1904 (patch)
treee3d139b42e3627908d68aebfb3a54c4cd5317501 /zenburn-theme.el
parent90815afc3527e9e04c591e07d5eb5dd4ecb06ec7 (diff)
magit-item-highlight: leave :bold unset
Explicitly setting `magit-item-highlight' to nil was only necessary for the short period during which magit highlighted the current section by making it bold. Since that no longer is the case the only effect of explicitly setting the highlighted section to being not-bold is that parts of a section loose their boldness when it is current.
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 8a134ac..c6f1f48 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -590,7 +590,7 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; magit
`(magit-section-title ((t (:foreground ,zenburn-yellow :weight bold))))
`(magit-branch ((t (:foreground ,zenburn-orange :weight bold))))
- `(magit-item-highlight ((t (:background ,zenburn-bg+1 :bold nil))))
+ `(magit-item-highlight ((t (:background ,zenburn-bg+1))))
`(magit-log-author ((t (:foreground, zenburn-orange))))
`(magit-log-sha1 ((t (:foreground, zenburn-orange))))
;;;;; message-mode