mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
29 lines
1 KiB
TeX
29 lines
1 KiB
TeX
%% start of file `moderncvcolorgrey.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{moderncvcolorgrey}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: grey]
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% color scheme definition
|
|
%-------------------------------------------------------------------------------
|
|
\input{moderncvcolors.tex}
|
|
|
|
\colorlet{color0}{black}% black
|
|
\colorlet{color1}{darkgrey}% dark grey
|
|
\colorlet{color2}{darkgrey}% dark grey
|
|
|
|
|
|
\endinput
|
|
|
|
|
|
%% end of file `moderncvcolorgrey.sty'.
|