mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Allow customizing slide title style #201

Closed mfontanini closed 9 months ago

mfontanini commented 9 months ago

This allows configuring slide titles by using the bold, italics, and underlined properties under slide_title in the theme definition. Before this change, slide titles were always bold, whereas now they are non-bold by default, but built-in themes all set slide_titled.bold to true so the behavior is preserved for those. This means any custom themes will no longer have bold slide titles unless they do the same.