tfrere's picture
tfrere HF Staff
udpate
fb398d0
raw
history blame
870 Bytes
\usepackage{listings}
\usepackage{xcolor}
\usepackage{lipsum}
\definecolor{codewhite}{rgb}{1,1,1}
\definecolor{codegray}{rgb}{0.0,0.0,0.9}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{codewhite},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
numbers=none,
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=false,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}