solarized-emacs

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

commit f9f30bc00d2f91fe1a85c4bb8dd00525ba2b8bda
parent 9fd07d76e4afd1d18b2fb72fb9a696f5a52dad52
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 23 Oct 2012 02:15:48 -0700

Merge pull request #46 from hdhoang/magit-item-highlight

Set magit-item-highlight.

- Otherwise, switching from zenburn leaves it as zenburn-bg+1.
Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -435,6 +435,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-log-graph ((,class (:foreground ,solarized-comments)))) `(magit-log-head-label-bisect-bad ((,class (:background ,red-hc :foreground ,red-lc :box 1)))) `(magit-log-head-label-bisect-good ((,class (:background ,green-hc :foreground ,green-lc