mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add new cerulean color theme
This commit is contained in:
parent
14a5f55552
commit
b8eeda6b48
1 changed files with 32 additions and 0 deletions
32
moderncvcolorcerulean.sty
Normal file
32
moderncvcolorcerulean.sty
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
%% 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
|
||||
%-------------------------------------------------------------------------------
|
||||
\definecolor{color0}{rgb}{0,0,0}% black
|
||||
\definecolor{color1}{HTML}{0081a7}% cerulean
|
||||
\definecolor{color2}{HTML}{4d908e}% dark cyan
|
||||
\definecolor{headTL}{HTML}{00afb9}% verdigris
|
||||
\colorlet{headBR}{color1}
|
||||
\definecolor{headtext}{HTML}{ffffff}% white
|
||||
\colorlet{headhr}{color2}
|
||||
|
||||
|
||||
\endinput
|
||||
|
||||
|
||||
%% end of file `moderncvcolorcerulean.sty'.
|
||||
Loading…
Add table
Add a link
Reference in a new issue