mfontanini / presenterm

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

feat: allow custom themes to extend others #265

Closed mfontanini closed 3 months ago

mfontanini commented 3 months ago

This allows custom themes to have an extends key that should include another theme (built in or custom) name which indicates this theme should inherit that one. Any properties not set by this theme will be inherited from the theme you extend from. This is also recursive so you can have one theme extending from a theme that extends another.

Fixes #262