mirror of
https://github.com/moderncv/moderncv.git
synced 2026-07-12 18:44:36 +02:00
Merge branch 'master' into fix-style-option-defaults
This commit is contained in:
commit
4fac3442d5
2 changed files with 17 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version next
|
||||
- Allow the customisation of the contemporary style (#297)
|
||||
- Correct the documented style option defaults, changing them from nodetails to
|
||||
details for the classic, banking, oldstyle, and fancy styles, to match the
|
||||
current implementation (#299)
|
||||
|
|
|
|||
|
|
@ -52,8 +52,23 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% Colors
|
||||
%-------------------------------------------------------------------------------
|
||||
% skillmatrix
|
||||
% head and footer
|
||||
\colorlet{lastnamecolor}{color2}
|
||||
\colorlet{namecolor}{lastnamecolor}
|
||||
\colorlet{headrulecolor}{lastnamecolor!50}
|
||||
\colorlet{firstnamecolor}{lastnamecolor!50}
|
||||
\colorlet{titlecolor}{color2}
|
||||
\colorlet{addresscolor}{color2}
|
||||
\colorlet{quotecolor}{color1}
|
||||
\colorlet{pictureframecolor}{color1}
|
||||
% body
|
||||
\colorlet{bodyrulecolor}{color1}
|
||||
\colorlet{sectioncolor}{color1}
|
||||
\colorlet{subsectioncolor}{color1}
|
||||
\colorlet{hintstylecolor}{color0}
|
||||
% letter
|
||||
\colorlet{letterclosingcolor}{color2}
|
||||
% skillmatrix
|
||||
\colorlet{skillmatrixfullcolor}{color1}
|
||||
\colorlet{skillmatrixemptycolor}{color2!30}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue