solarized-emacs

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

commit 30f8e66ea04357a496d7c36ae509bd03db1ef08b
parent 232a22432fc7bd47fe2d374fa40a0dddd324096e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon,  7 Sep 2015 16:48:41 +0200

Adjust magit-log faces.

Change from this:

https://cloud.githubusercontent.com/assets/330847/8512454/a363d4d6-2343-11e5-8c6d-f4eb966d39fd.png

To this:

https://cloud.githubusercontent.com/assets/330847/9718810/666af906-557f-11e5-88cc-899a3ed75cce.png

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

diff --git a/solarized.el b/solarized.el @@ -1317,7 +1317,7 @@ customize the resulting theme." `(magit-process-ok ((t (:foreground ,green :weight bold)))) `(magit-process-ng ((t (:foreground ,red :weight bold)))) ;;;;;; log - `(magit-log-author ((t (:foreground ,base0)))) + `(magit-log-author ((t (:foreground ,base01 :weight bold)))) `(magit-log-date ((t (:foreground ,base01)))) `(magit-log-graph ((t (:foreground ,base1)))) ;;;;;; sequence