Change minted python env settings

This commit is contained in:
Jeff Lance 2019-11-13 18:49:33 +01:00
parent 38a3cc5b76
commit d9fe8c885e

@ -272,6 +272,7 @@
\newminted[python]{python}{style=bw,
fontsize=\small,
bgcolor=white,
highlightcolor=white,
autogobble,
frame=single,
breaklines,
@ -280,9 +281,10 @@
xrightmargin=0em,
numbersep=.2em}
\newmintinline{python}{style=autumn,
\newmintinline{python}{style=bw,
fontsize=\small,
bgcolor=friendlybg,
bgcolor=white,
highlightcolor=white,
autogobble,
encoding=utf8}