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))))