This commit is contained in:
Marc Beninca 2020-05-05 12:42:31 +02:00
parent de1519309b
commit 5347060432
2 changed files with 45 additions and 53 deletions

View file

@ -0,0 +1,13 @@
\definecolor{bg}{rgb}{0.92,0.92,0.92}
\definecolor{cm}{rgb}{0.1,0.6,0.1}
\definecolor{kw}{rgb}{0.8,0.1,0.1}
\definecolor{str}{rgb}{0.1,0.1,0.8}
\lstset{
basicstyle=\ttfamily\scriptsize,
numbers=left,
numbersep=0.25em,
backgroundcolor=\color{bg},
commentstyle=\color{cm},
keywordstyle=\color{kw},
stringstyle=\color{str},
}