solarized-emacs

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

commit 12f61e12e359217767859af17a0fe730813abc1a
parent ba8dccc943464fc755873a2b4e4b43cbab60ff4d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 11 Mar 2016 23:45:55 +0100

Add omitted magit-blame stuff

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

diff --git a/solarized.el b/solarized.el @@ -1356,7 +1356,8 @@ customize the resulting theme." :weight normal :slant normal :box (:color ,base02 :line-width 2))))) `(magit-blame-date ((t (:background ,base02 :foreground ,violet :weight bold :slant normal :box (:color ,base02 :line-width 2))))) - `(magit-blame-summary ((t (:background ,base02 :foreground ,base0)))) + `(magit-blame-summary ((t (:background ,base02 :foreground ,base0 + :weight normal :slant normal :box (:color ,base02 :line-width 2))))) ;;;;;; references etc. `(magit-dimmed ((t (:foreground ,base01)))) `(magit-hash ((t (:foreground ,base01))))