Closed mgeier closed 4 months ago
The pygments_style includes a background color, which is currently ignored by the alabaster theme.
pygments_style
alabaster
This PR changes that, but it still honors the pre_bg and code_highlight_bg theme options.
pre_bg
code_highlight_bg
BTW, why are there two different options for seemingly the same thing? What's the difference?
See also https://github.com/sphinx-doc/sphinx/pull/7718.
The
pygments_style
includes a background color, which is currently ignored by thealabaster
theme.This PR changes that, but it still honors the
pre_bg
andcode_highlight_bg
theme options.BTW, why are there two different options for seemingly the same thing? What's the difference?
See also https://github.com/sphinx-doc/sphinx/pull/7718.