All colors for all styles (#212)

* make grey usable for contemporary, new color definition

* make blue usable for contemporary

* make burgundy usable for contemporary

* make green usable for contemporary

* make orange usable for contemporary

* make purple usable for contemporary

* make red usable for contemporary

* make black usable for contemporary
This commit is contained in:
daniel 2025-02-22 15:14:49 +01:00 committed by GitHub
commit baa0c5920d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 77 additions and 35 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