make grey usable for contemporary, new color definition

This commit is contained in:
LLdaniel 2024-10-02 21:17:58 +02:00
commit 5b5c02486b
4 changed files with 21 additions and 11 deletions

View file

@ -17,14 +17,15 @@
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\definecolor{color0}{rgb}{0,0,0}% black
\definecolor{color1}{HTML}{0081a7}% cerulean
\definecolor{color2}{HTML}{4d908e}% dark cyan
\definecolor{headTL}{HTML}{00afb9}% verdigris
\colorlet{headBR}{color1}
\definecolor{headtext}{HTML}{ffffff}% white
\colorlet{headhr}{color2}
\usepackage{moderncvcolors}
\colorlet{color0}{black}
\colorlet{color1}{cerulean}
\colorlet{color2}{darkcyan}
\colorlet{headTL}{verdigris}
\colorlet{headBR}{color1}
\colorlet{headtext}{white}
\colorlet{headhr}{color2}
\endinput