add different color for section entries
This commit is contained in:
parent
cb6a66505a
commit
17acd84c33
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
||||||
\fi
|
\fi
|
||||||
\colorlet{textcolor}{gray}
|
\colorlet{textcolor}{gray}
|
||||||
\colorlet{headercolor}{gray}
|
\colorlet{headercolor}{gray}
|
||||||
|
\colorlet{entrylistcolor}{gray}
|
||||||
|
|
||||||
\ifdefined\@cv@nocolors
|
\ifdefined\@cv@nocolors
|
||||||
\colorlet{green}{gray}
|
\colorlet{green}{gray}
|
||||||
|
@ -173,7 +174,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf
|
||||||
}{%
|
}{%
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
\renewcommand{\bfseries}{\headingfont\color{headercolor}}
|
\renewcommand{\bfseries}{\headingfont\color{entrylistcolor}}
|
||||||
\newcommand{\entry}[4]{%
|
\newcommand{\entry}[4]{%
|
||||||
\parbox[t]{2cm}{#1}&\parbox[t]{11.3cm}{%
|
\parbox[t]{2cm}{#1}&\parbox[t]{11.3cm}{%
|
||||||
\textbf{#2}%
|
\textbf{#2}%
|
||||||
|
|
Loading…
Reference in a new issue