mfontanini / presenterm

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

Allow having code blocks without background #215

Closed mfontanini closed 7 months ago

mfontanini commented 7 months ago

This allows setting the theme key code.background (defaults to true) which controls whether code blocks have a background color. Note that the background color comes from the code highlighting theme being used, this only controls whether that background is visible or not.

Enabling this (the default): image

Disabling this: image