Add option for colour of section divider (#348)

Closes #348.
This commit is contained in:
Matthias Koch 2022-01-03 01:56:06 +01:00 committed by Oliver Ford
parent 3280a87599
commit 1c95608002
No known key found for this signature in database
GPG key ID: 15CCFACF010F70D2
4 changed files with 6 additions and 2 deletions

View file

@ -136,6 +136,7 @@
\colorlet{text}{darkgray} \colorlet{text}{darkgray}
\colorlet{graytext}{gray} \colorlet{graytext}{gray}
\colorlet{lighttext}{lightgray} \colorlet{lighttext}{lightgray}
\colorlet{sectiondivider}{gray}
% Awesome colors % Awesome colors
\definecolor{awesome-emerald}{HTML}{00A388} \definecolor{awesome-emerald}{HTML}{00A388}
\definecolor{awesome-skyblue}{HTML}{0395DE} \definecolor{awesome-skyblue}{HTML}{0395DE}
@ -625,7 +626,7 @@
\vspace{\acvSectionTopSkip} \vspace{\acvSectionTopSkip}
\sectionstyle{#1} \sectionstyle{#1}
\phantomsection \phantomsection
\color{gray}\vhrulefill{0.9pt} \color{sectiondivider}\vhrulefill{0.9pt}
} }
% Define a subsection for CV % Define a subsection for CV
@ -758,7 +759,7 @@
\par\addvspace{2.5ex} \par\addvspace{2.5ex}
\phantomsection{} \phantomsection{}
\lettersectionstyle{#1} \lettersectionstyle{#1}
\color{gray}\vhrulefill{0.9pt} \color{sectiondivider}\vhrulefill{0.9pt}
\par\nobreak\addvspace{0.4ex} \par\nobreak\addvspace{0.4ex}
\lettertextstyle \lettertextstyle
} }

View file

@ -39,6 +39,7 @@
% \definecolor{text}{HTML}{333333} % \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D} % \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999} % \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}
% Set false if you don't want to highlight section with awesome color % Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true} \setbool{acvSectionColorHighlight}{true}

View file

@ -39,6 +39,7 @@
% \definecolor{text}{HTML}{333333} % \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D} % \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999} % \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}
% Set false if you don't want to highlight section with awesome color % Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true} \setbool{acvSectionColorHighlight}{true}

View file

@ -39,6 +39,7 @@
% \definecolor{text}{HTML}{333333} % \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D} % \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999} % \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}
% Set false if you don't want to highlight section with awesome color % Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true} \setbool{acvSectionColorHighlight}{true}