From 3854af1ca72ca820b2128c112ea82d381837b44c Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:49:33 -0500 Subject: [PATCH] Refine apperance of more magit faces --- mood-adwaita-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 982ba6d..19619a7 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -641,6 +641,13 @@ `(magit-tag ((,class (:foreground ,teal)))) `(magit-filename ((,class (:foreground ,violet)))) `(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold)))) + `(git-commit-summary ((,class (:foreground ,base-8 :weight bold)))) + `(git-commit-overlong-summary ((,class (:inherit yellow :weight bold :strike-through t)))) + `(git-commit-nonempty-second-line ((,class (:inherit yellow :strike-through t)))) + `(git-commit-known-pseudo-header ((,class (:inherit 'git-commit-pseudo-header)))) + `(git-commit-comment-heading ((,class (:foreground ,base-7)))) + `(git-commit-comment-branch-local ((,class (:inherit 'magit-branch-local)))) + `(git-commit-comment-branch-remote ((,class (:inherit 'magit-branch-remote)))) ;; mic-paren `(paren-face-match ((,class (:inherit 'show-paren-match))))