mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
* make grey usable for contemporary, new color definition * make blue usable for contemporary * make burgundy usable for contemporary * make green usable for contemporary * make orange usable for contemporary * make purple usable for contemporary * make red usable for contemporary * make black usable for contemporary
33 lines
1.1 KiB
TeX
33 lines
1.1 KiB
TeX
%% start of file `moderncvcolorcerulean.sty'.
|
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
|
|
%% Copyright 2023 Javier Lopez-Gomez (javier.lopez.gomez@proton.me).
|
|
%
|
|
% This work may be distributed and/or modified under the
|
|
% conditions of the LaTeX Project Public License version 1.3c,
|
|
% available at http://www.latex-project.org/lppl/.
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% identification
|
|
%-------------------------------------------------------------------------------
|
|
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{moderncvcolorcerulean}[2023/11/21 v2.0.0 modern curriculum vitae and letter color scheme: cerulean]
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% color scheme definition
|
|
%-------------------------------------------------------------------------------
|
|
\usepackage{moderncvcolors}
|
|
|
|
\colorlet{color0}{black}
|
|
\colorlet{color1}{cerulean}
|
|
\colorlet{color2}{darkcyan}
|
|
\colorlet{headTL}{verdigris}
|
|
\colorlet{headBR}{color1}
|
|
\colorlet{headtext}{white}
|
|
\colorlet{headhr}{color2}
|
|
|
|
\endinput
|
|
|
|
|
|
%% end of file `moderncvcolorcerulean.sty'.
|