Use only baseXX colors for diff-log author & date

This commit is contained in:
Thomas Frössman 2015-07-05 18:27:02 +02:00
parent b0b8cb1d5c
commit 58363df8fd

View file

@ -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))))