From 429dd65ed91922d006b581699efceddc60492299 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 22 May 2018 23:17:33 +0200 Subject: [PATCH] Tweak Git faces Make commit message second lines more offensive. Match remote/local branches to external/internal distinction. --- fae-fire-theme.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 9552c5f..480f9a6 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -244,9 +244,12 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL ;; Magit Faces `(magit-section-highlight ((t (:inherit (region))))) - `(git-commit-summary ((t (:foreground ,c110)))) + `(magit-section-heading ((t (:foreground ,c094 :weight bold)))) + `(magit-branch-remote ((t (:foreground ,c087)))) + `(magit-branch-local ((t (:foreground ,c102)))) + `(git-commit-summary ((t (:foreground ,c113)))) `(git-commit-overlong-summary ((t (:inherit (shadow))))) - `(git-commit-nonempty-second-line ((t (:inherit (shadow))))) + `(git-commit-nonempty-second-line ((t (:foreground ,c030)))) ;; SHR, EWW, etc. `(shr-link ((t (:foreground ,c108)))) -- 2.20.1