diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 518b83a..3e0ce2e 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -697,6 +697,7 @@ `(magit-section-heading ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) `(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold)))) `(magit-section-highlight ((,class (:inherit hl-line)))) + `(magit-section-secondary-heading ((,class (:foreground ,base-7 :weight bold)))) `(magit-sequence-drop ((,class (:foreground ,red)))) `(magit-sequence-head ((,class (:foreground ,blue)))) `(magit-sequence-part ((,class (:foreground ,orange)))) @@ -709,9 +710,8 @@ `(magit-signature-untrusted ((,class (:foreground ,yellow)))) `(magit-tag ((,class (:foreground ,fg-alt)))) `(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 (:foreground ,base-7 :weight bold :strike-through t)))) + `(git-commit-summary ((,class (:foreground ,base-8)))) + `(git-commit-overlong-summary ((,class (:foreground ,base-7 :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))))