Skip to content

Instantly share code, notes, and snippets.

@concHNO3
Created October 9, 2013 10:58
Show Gist options
  • Save concHNO3/6899495 to your computer and use it in GitHub Desktop.
Save concHNO3/6899495 to your computer and use it in GitHub Desktop.
[LaTeX] Änderung der Farben für das Paket moderncv
% 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