make black usable for contemporary

This commit is contained in:
LLdaniel 2024-10-02 21:59:35 +02:00
commit e437d043a7
2 changed files with 8 additions and 4 deletions

View file

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

View file

@ -35,6 +35,7 @@
\definecolor{lightorange}{HTML}{ffbb3d}
\definecolor{lavender}{HTML}{9090e9}
\definecolor{firebrick}{HTML}{ce2727}
\definecolor{lightblack}{HTML}{3d3d3d}
%-------------------------------------------------------------------------------