solarized-emacs

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

commit 6f7994ec6e67d50b3fe97be5a07b4adf03965d35
parent d518af81dbe14c4ae710115e6b7de94587436f21
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 11 Mar 2016 22:57:20 +0100

Modify magit-blame faces

Closes #195 (at least for now)

Diffstat:
Msolarized.el | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1348,11 +1348,15 @@ customize the resulting theme." `(magit-bisect-skip ((t (:foreground ,yellow)))) `(magit-bisect-bad ((t (:foreground ,red)))) ;;;;;; blame - `(magit-blame-heading ((t (:background ,base1 :foreground ,base02)))) - `(magit-blame-hash ((t (:background ,base1 :foreground ,base02)))) - `(magit-blame-name ((t (:background ,base1 :foreground ,orange-l)))) - `(magit-blame-date ((t (:background ,base1 :foreground ,orange-l)))) - `(magit-blame-summary ((t (:background ,base1 :foreground ,base02 :weight bold)))) + `(magit-blame-heading ((t (:background ,base02 :foreground ,violet + :weight bold :slant normal :box (:color ,base02 :line-width 2))))) + `(magit-blame-hash ((t (:background ,base02 :foreground ,violet + :weight normal :slant normal :box (:color ,base02 :line-width 2))))) + `(magit-blame-name ((t (:background ,base02 :foreground ,violet + :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 ;;;;;; references etc. `(magit-dimmed ((t (:foreground ,base01)))) `(magit-hash ((t (:foreground ,base01))))