Im trying to use the venndiagram package but i want to change the colour it fills in the areas. Currently if you use the code for example
\begin{venndiagram2sets}
\fillOnlyA \fillNotAorB \fillA
\end{venndiagram2sets}
It will give a venn diagram with some bits filled in as gray. However i wish to make it a bit more colourful, maybe red. so im wishing to change a little bit in the package.
\begin{macro}{\@venn@shade}
% The colour used to shade regions.
\begin{macrocode}
\newcommand*{\@venn@shade}{lightgray}
\end{macrocode}
\end{macro}
So it will be red instead of light gray and i cant work it out. I have tried
\renewcommand{\@venn@shade}{red}
but it just comes up with a error.

