~yanina-aular/+junk/curriculum

« back to all changes in this revision

Viewing changes to moderncvcolorpurple.sty

  • Committer: Yanina Aular
  • Date: 2014-04-14 13:52:33 UTC
  • Revision ID: yanina.aular@vauxoo.com-20140414135233-ml4ebndorqfy2h0g

[INIT] Curriculum vitae yanina aular osorio

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% start of file `moderncvcolorpurple.sty'.
 
2
%% Copyright 2006-2012 Xavier Danaux (xdanaux@gmail.com).
 
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}
 
13
\ProvidesPackage{moderncvcolorpurple}[2012/10/31 v1.2.0 modern curriculum vitae and letter color scheme: purple]
 
14
 
 
15
 
 
16
%-------------------------------------------------------------------------------
 
17
%                color scheme definition
 
18
%-------------------------------------------------------------------------------
 
19
\definecolor{color0}{rgb}{0,0,0}% black
 
20
\definecolor{color1}{rgb}{0.50,0.33,0.80}% purple
 
21
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
 
22
 
 
23
 
 
24
\endinput
 
25
 
 
26
 
 
27
%% end of file `moderncvcolorpurple.sty'.