~xdanaux/moderncv/trunk

38 by Xavier Danaux
Code refactoring separating style schemes from color schemes
1
%% start of file `moderncvcolorred.sty'.
112 by Xavier Danaux
Release 1.3.0
2
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
38 by Xavier Danaux
Code refactoring separating style schemes from color schemes
3
%
4
% This work may be distributed and/or modified under the
5
% conditions of the LaTeX Project Public License version 1.3c,
6
% available at http://www.latex-project.org/lppl/.
7
8
9
%-------------------------------------------------------------------------------
10
%                identification
11
%-------------------------------------------------------------------------------
12
\NeedsTeXFormat{LaTeX2e}
133 by Xavier Danaux
Release 1.5.1
13
\ProvidesPackage{moderncvcolorred}[2013/04/29 v1.5.1 modern curriculum vitae and letter color scheme: red]
38 by Xavier Danaux
Code refactoring separating style schemes from color schemes
14
15
16
%-------------------------------------------------------------------------------
17
%                color scheme definition
18
%-------------------------------------------------------------------------------
19
\definecolor{color0}{rgb}{0,0,0}% black
20
\definecolor{color1}{rgb}{0.95,0.20,0.20}% red
21
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
22
23
24
\endinput
25
26
27
%% end of file `moderncvcolorred.sty'.