solarized-emacs

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

commit 43d25005f8c06cd145b9fe55c7f9c4b626293b1b
parent 1fe6b5e8486a8f346198c70804a62c9e0885659b
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Sun,  9 Oct 2016 14:08:22 +0200

magit-diff-file-heading-*: do not re-enforce boldness

Doing so would make the complete heading bold, but we only want the
parts to be bold that are already bold anyway, and they continue to
do be even if we don't explicitly say that it should be so.

Diffstat:
Msolarized.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1305,9 +1305,9 @@ customize the resulting theme." `(magit-section-heading ((t (:foreground ,yellow :weight bold)))) `(magit-section-heading-selection ((t (:foreground ,orange :weight bold)))) `(magit-diff-file-heading ((t (:weight bold)))) - `(magit-diff-file-heading-highlight ((t (:background ,base02 :weight bold)))) + `(magit-diff-file-heading-highlight ((t (:background ,base02)))) `(magit-diff-file-heading-selection ((t (:background ,base02 - :foreground ,orange :weight bold)))) + :foreground ,orange)))) `(magit-diff-hunk-heading ((t (:background ,(solarized-color-blend yellow base03 0.1))))) `(magit-diff-hunk-heading-highlight