@@ 190,6 190,11 @@ WARNING, YELLOW and GREEN are pretty self-explanatory."
'(magit-diff-removed ((t (:foreground ,red))))
'(magit-diff-added-highlight ((t (:foreground ,green))))
'(magit-diff-added ((t (:foreground ,green))))
+ '(magit-log-author ((t (:foreground ,fg))))
+ '(magit-log-date ((t (:foreground ,fade))))
+ '(magit-branch-local ((t (:foreground ,docs))))
+ '(magit-branch-remote ((t (:foreground ,warning))))
+ '(magit-hash ((t (:foreground ,fade))))
'(diff-refine-added ((t (:foreground ,bg :background ,green))))
'(diff-refine-removed ((t (:foreground ,bg :background ,red))))
'(markdown-header-delimiter-face ((t (:foreground ,docs :weight bold))))