Update colors

This commit is contained in:
Marcus Kammer 2025-01-18 21:46:01 +01:00
parent 6b0b18153d
commit 6858826e5a
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -46,6 +46,10 @@
\definecolor{darkgray}{RGB}{64,64,64}
\definecolor{lightgray}{RGB}{200,200,200}
\definecolor{sepia}{RGB}{253,251,247}
\definecolor{codeblue}{RGB}{238,242,246}
\definecolor{codeborder}{RGB}{61,59,73}
\pagecolor{sepia}
\adjustboxset{max size={\textwidth}{0.6\textheight}}
@ -174,9 +178,9 @@
\lstset{
basicstyle=\small\ttfamily,
breaklines=true,
backgroundcolor=\color{lightgray!10},
backgroundcolor=\color{codeblue},
frame=single,
rulecolor=\color{lightgray},
rulecolor=\color{codeblue},
showstringspaces=false,
keepspaces=true,
showspaces=false,
@ -205,7 +209,7 @@
\let\oldtabular\tabular
\let\endoldtabular\endtabular
\renewenvironment{tabular}{\rowcolors{2}{white}{lightgray}\oldtabular}{\endoldtabular}
\renewenvironment{tabular}{\rowcolors{2}{sepia}{codeblue}\oldtabular}{\endoldtabular}
% Set consistent spacing for all list types
% \setlist{nosep} % Removes vertical spacing