make blue usable for contemporary

This commit is contained in:
LLdaniel 2024-10-02 21:26:36 +02:00
commit 999f80c270
2 changed files with 8 additions and 3 deletions

View file

@ -18,9 +18,13 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\usepackage{moderncvcolors} \usepackage{moderncvcolors}
\colorlet{color0}{black}% black \colorlet{color0}{black}
\colorlet{color1}{lightblue}% light blue \colorlet{color1}{lightblue}
\colorlet{color2}{darkgrey}% dark grey \colorlet{color2}{darkgrey}
\colorlet{headTL}{lightskyblue}
\colorlet{headBR}{color1}
\colorlet{headtext}{white}
\colorlet{headhr}{color2}
\endinput \endinput

View file

@ -29,6 +29,7 @@
\definecolor{cerulean}{HTML}{0081a7} \definecolor{cerulean}{HTML}{0081a7}
\definecolor{darkcyan}{HTML}{4d908e} \definecolor{darkcyan}{HTML}{4d908e}
\definecolor{verdigris}{HTML}{00afb9} \definecolor{verdigris}{HTML}{00afb9}
\definecolor{lightskyblue}{HTML}{b1dffc}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------