Created
October 9, 2013 10:58
-
-
Save concHNO3/6899495 to your computer and use it in GitHub Desktop.
[LaTeX] Änderung der Farben für das Paket moderncv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% LaTeX | |
% Farbeeinstellungen fuer das Paket moderncv in Version [2010/08/03 v0.12 modern curriculum vitae document class] | |
% benötigt xcolor für RGB farben | |
\AtBeginDocument{\recomputelengths} | |
\AtBeginDocument{\definecolor{firstnamecolor}{rgb}{0,0,0}} | |
\AtBeginDocument{\definecolor{familynamecolor}{rgb}{0,0,0}} | |
\AtBeginDocument{\definecolor{addresscolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{sectionrectanglecolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{sectiontitlecolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{subsectioncolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{quotecolor}{RGB}{0,0,0}} | |
\AtBeginDocument{\definecolor{titlecolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{footersymbolcolor}{RGB}{2,154,157}} | |
\AtBeginDocument{\definecolor{hintcolor}{RGB}{2,154,157}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment