make orange usable for contemporary

This commit is contained in:
LLdaniel 2024-10-02 21:48:05 +02:00
commit 211036f6f3
2 changed files with 8 additions and 4 deletions

View file

@ -18,10 +18,13 @@
%-------------------------------------------------------------------------------
\usepackage{moderncvcolors}
\colorlet{color0}{black}% black
\colorlet{color1}{orange}% orange
\colorlet{color2}{darkgrey}% dark grey
\colorlet{color0}{black}
\colorlet{color1}{orange}
\colorlet{color2}{darkgrey}
\colorlet{headTL}{lightorange}
\colorlet{headBR}{color1}
\colorlet{headtext}{white}
\colorlet{headhr}{color2}
\endinput

View file

@ -32,6 +32,7 @@
\definecolor{lightskyblue}{HTML}{b1dffc}
\definecolor{darkred}{HTML}{d60000}
\definecolor{palegreen}{HTML}{a6fca6}
\definecolor{lightorange}{HTML}{ffbb3d}
%-------------------------------------------------------------------------------