38
by Xavier Danaux
Code refactoring separating style schemes from color schemes |
1 |
%% start of file `moderncvcolorblue.sty'.
|
49
by Xavier Danaux
Release 0.16 |
2 |
%% Copyright 2006-2012 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} |
|
103
by Xavier Danaux
Release 1.2.0 |
13 |
\ProvidesPackage{moderncvcolorblue}[2012/10/31 v1.2.0 modern curriculum vitae and letter color scheme: blue] |
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.22,0.45,0.70}% light blue |
|
21 |
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey |
|
22 |
||
23 |
||
24 |
\endinput |
|
25 |
||
26 |
||
27 |
%% end of file `moderncvcolorblue.sty'.
|