% custom colors \definecolor{minted-background}{rgb}{0.95, 0.95, 0.95} % global theme \usemintedstyle{tango} % set global options for all listings % these can also be applied locally to individual listings \setminted { linenos=true, % enable line numbers bgcolor=minted-background, % background color resetmargins=true, tabsize=4, % white spaces for tabs xleftmargin=24pt, % margin to the left side. escapeinside=|| % symbols used to escape LaTeX }