From 20cbd4e9c938ed323db52012b5220f3622e28067 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:42:40 -0500 Subject: [PATCH] Fix appearance of magit header lines --- mood-adwaita-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 72b7a92..982ba6d 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -609,7 +609,7 @@ `(magit-diffstat-removed ((,class (:foreground ,red)))) `(magit-dimmed ((,class (:foreground ,base-5)))) `(magit-hash ((,class (:foreground ,base-5)))) - `(magit-header-line ((,class (:background ,dark-blue :foreground ,base-8 :weight bold :box (:line-width 3 :color ,dark-blue))))) + `(magit-header-line ((,class (:foreground ,base-8 :weight bold :box (:line-width ,mode-line-padding :color ,bg-alt))))) `(magit-log-author ((,class (:foreground ,orange)))) `(magit-log-date ((,class (:foreground ,blue)))) `(magit-log-graph ((,class (:foreground ,base-5))))