branch: externals/modus-themes commit c40225e6d935d2fafdded4cdb193f431459c67bc Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the magit-section-secondary-heading It uses ':weight bold' whereas we want ':inherit bold'. The latter gives users the option to modify the font family of the 'bold' face, such as to make it extrabold. --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 43501f8e2c..d6eb32d645 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3059,6 +3059,7 @@ FG and BG are the main colors." `(magit-section-heading ((,c :inherit bold))) `(magit-section-heading-selection ((,c :inherit bold :background ,bg-hover-secondary))) `(magit-section-highlight ((,c :background ,bg-dim))) + `(magit-section-secondary-heading ((,c :inherit bold))) `(magit-sequence-done ((,c :inherit success))) `(magit-sequence-drop ((,c :inherit error))) `(magit-sequence-exec ((,c :inherit bold :foreground ,magenta)))