branch: externals/aircon-theme commit 835997ef1b52ff6a3a2372da5a93ff2209343d7f Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Style magit-hash, -log-author, -log-date --- aircon-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aircon-theme.el b/aircon-theme.el index fc0e0f2553..35ba40fca1 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -190,8 +190,12 @@ '(magit-branch-local ((t (:inherit (aircon-eden))))) '(magit-branch-remote ((t (:inherit (aircon-goblin))))) + '(magit-hash ((t (:inherit (aircon-scorpion))))) '(magit-tag ((t (:inherit (aircon-marigold))))) + '(magit-log-author ((t (:inherit (aircon-lilac))))) + '(magit-log-date ((t (:inherit (aircon-scorpion))))) + '(magit-diff-added ((t (:inherit diff-added)))) '(magit-diff-added-highlight ((t (:inherit diff-refine-added)))) '(magit-diff-removed ((t (:inherit diff-removed))))