Fix appearance of magit header lines

This commit is contained in:
Jessie Hildebrandt 2022-12-13 03:42:40 -05:00
parent 3cceb93e8f
commit 20cbd4e9c9

View File

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