mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
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:
parent
56d1b65d9e
commit
baa0c5920d
11 changed files with 77 additions and 35 deletions
|
|
@ -18,9 +18,13 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{green}% green
|
||||
\colorlet{color2}{darkgrey}% dark grey
|
||||
\colorlet{color0}{black}
|
||||
\colorlet{color1}{green}
|
||||
\colorlet{color2}{darkgrey}
|
||||
\colorlet{headTL}{palegreen}
|
||||
\colorlet{headBR}{color1}
|
||||
\colorlet{headtext}{white}
|
||||
\colorlet{headhr}{color2}
|
||||
|
||||
|
||||
\endinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue