mfontanini / presenterm

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

Add color to prefix in block quote #218

Closed mfontanini closed 8 months ago

mfontanini commented 8 months ago

This allows configuring the block_quote.colors.prefix attribute to configure the color of the block quote prefix (which defaults to a vertical line). If this key is absent, the color will be the same as the block_quote.colors.foreground one.

Along with this change I changed all the built in themes to have a prefix of the same color as the slide title except for a couple of light themes where I had to pick a different one.

image