solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 55d3b4f348de6820f8e2e05d8c6f12ade541885b
parent 18b009c2323b52be6884508de261cd87efe89c29
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 31 May 2013 16:01:29 +0200

do not bold magit-item-highlight

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -636,7 +636,7 @@ ;; magit `(magit-section-title ((,class (:foreground ,yellow :weight bold)))) `(magit-branch ((,class (:foreground ,orange :weight bold)))) - `(magit-item-highlight ((,class (:background ,solarized-hl)))) + `(magit-item-highlight ((,class (:background ,solarized-hl :weight unspecified)))) `(magit-log-author ((,class (:foreground ,cyan)))) `(magit-log-graph ((,class (:foreground ,solarized-comments)))) `(magit-log-head-label-bisect-bad ((,class (:background ,red-hc :foreground ,red-lc :box 1))))