diff --git a/texmf/tex/latex/mycustomstyles/komageneral.sty b/texmf/tex/latex/mycustomstyles/komageneral.sty index 1b4c6fd7..92a76874 100644 --- a/texmf/tex/latex/mycustomstyles/komageneral.sty +++ b/texmf/tex/latex/mycustomstyles/komageneral.sty @@ -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