solarized-emacs

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

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

Fix magit-blame (again)

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

diff --git a/solarized.el b/solarized.el @@ -1357,7 +1357,7 @@ customize the resulting theme." `(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 - :weight normal :slant normal :box (:color ,base02 :line-width 2))))) + :weight bold :slant normal :box (:color ,base02 :line-width 2))))) ;;;;;; references etc. `(magit-dimmed ((t (:foreground ,base01)))) `(magit-hash ((t (:foreground ,base01))))