Curricula Vitae / Résumés ⇒ Change Header color on Friggeri CV
Change Header color on Friggeri CV
I would like to know if it is possible to change the color of the header on the Friggeri CV?
I am not talking about changing the font color, but the background color (only for the header).
Thank you very much!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Change Header color on Friggeri CV
colorlet
to change the color as described in the package documentation of package xcolor.Code: Select all
\colorlet{fillheader}{gray!10}
print
to get a print version of the CV.