Update colors
This commit is contained in:
parent
6b0b18153d
commit
6858826e5a
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue