mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
make grey usable for contemporary, new color definition
This commit is contained in:
parent
14deb59ddb
commit
5b5c02486b
4 changed files with 21 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue