solarized-emacs

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

commit d64952c19cc0b785b36b140f24375f7494ac6e66
parent 1201c645feaa8c09d0018524824633f93f3b1a60
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  9 Apr 2013 18:01:20 +0200

add magit-log-author face, resolves #52

Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -570,6 +570,7 @@ `(magit-section-title ((,class (:foreground ,yellow :weight bold)))) `(magit-branch ((,class (:foreground ,orange :weight bold)))) `(magit-item-highlight ((,class (:background ,solarized-hl)))) + `(magit-log-author ((,class (:foreground ,cyan)))) `(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