I've only recently started to work with LaTeX.
I've seen the nice CV that it is possible to do with moderncv, however I'm not able to change the color to purple. I do not understand why..
It works with other colors, blue, orange, etc..
\moderncvtheme[purple]{casual}
Anyone has any idea how to change to purple or why this is happening?
MWE:
\documentclass[11pt,a4paper]{moderncv}
% moderncv themes
\moderncvtheme[purple]{casual}
% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using
% adjust the page margins
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm}
\firstname{First Name}
\familyname{Family Name}
\title{Curriculum Vitae}
\begin{document}
\maketitle \\[-4.5em]
\section{Personal details}
\cvline{e-mail}{\small \\[-1.65em]
\cvline{mobile} {\small }\\[-1.65em]
\cvline{nationality}{\small }\\[-1.65em]
\cvline{date of birth}{\small }\\[-2.5em]
\end{document}
\moderncvtheme[purple]{casual}works for me, so please add a minimal working example (MWE) that illustrates your problem. – lockstep Nov 20 '12 at 15:04