From f5a959b046fa7133d8656e7304b74e83c4bac514 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 23:29:47 -0500 Subject: [PATCH] Fix typo --- adwaita-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 692ddfa..18a5baa 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -664,8 +664,8 @@ `(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 ,base-7 :weight bold :strike-through t)))) - `(git-commit-nonempty-second-line ((,class (:inherit ,base-7 :strike-through t)))) + `(git-commit-overlong-summary ((,class (:foreground ,base-7 :weight bold :strike-through t)))) + `(git-commit-nonempty-second-line ((,class (:foreground ,base-7 :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))))