branch: externals/aircon-theme commit 1cc3ec7e57244e7a00a46cf6e7ed46e260f9c93c Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Keep foreground colours in magit-section-highlight --- aircon-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircon-theme.el b/aircon-theme.el index 0eac8cfccf..1641aeba34 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -210,7 +210,7 @@ '(magit-section-heading ((t (:inherit (aircon-sapphire bold))))) '(magit-section-heading-selection ((t (:inherit (aircon-mango))))) - '(magit-section-highlight ((t (:inherit (aircon-header))))) + '(magit-section-highlight ((t (:inherit (highlight))))) '(magit-blame-heading ((t (:inherit aircon-header)))) '(magit-blame-highlight ((t (:inherit aircon-header))))