moderncv/moderncvcolorburgundy.sty
2024-07-08 21:06:47 +02:00

29 lines
1 KiB
TeX

%% start of file `moderncvcolorburgundy.sty'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
%
% 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{moderncvcolorburgundy}[2024-07-08 v2.4.0 modern curriculum vitae and letter color scheme: burgundy]
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\input{commons/colors}
\colorlet{color0}{black}% black
\colorlet{color1}{burgundy}% burgundy
\colorlet{color2}{darkgrey}% dark grey
\endinput
%% end of file `moderncvcolorburgundy.sty'.