commit 58363df8fd29ebfad6af19d61b68338b06878621
parent b0b8cb1d5c2b1836fbc764ee4279cccec0510aac
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 5 Jul 2015 18:27:02 +0200
Use only baseXX colors for diff-log author & date
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1309,8 +1309,8 @@ 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 ,orange))))
- `(magit-log-date ((t (:foreground ,base0))))
+ `(magit-log-author ((t (:foreground ,base0))))
+ `(magit-log-date ((t (:foreground ,base01))))
`(magit-log-graph ((t (:foreground ,base1))))
;;;;;; sequence
`(magit-sequence-pick ((t (:foreground ,yellow-d))))