Skip to content

Instantly share code, notes, and snippets.

@nhtranngoc
nhtranngoc / pythonListing.tex
Last active March 16, 2023 20:48
LaTex settings for embedding Python with Monokai theme
\usepackage{listings}
\usepackage{fontspec}
\setmonofont{Consolas}
\definecolor{background}{RGB}{39, 40, 34}
\definecolor{string}{RGB}{230, 219, 116}
\definecolor{comment}{RGB}{117, 113, 94}
\definecolor{normal}{RGB}{248, 248, 242}
\definecolor{identifier}{RGB}{166, 226, 46}