Custom color template, custom commands, custom cv footer, added skills, make targets rely on new custom style and commands, formatting and cleanup
This commit is contained in:
26
moderncvcolor_custom/moderncvcustomcolorgreen.sty
Normal file
26
moderncvcolor_custom/moderncvcustomcolorgreen.sty
Normal file
@@ -0,0 +1,26 @@
|
||||
%-------------------------------------------------------------------------------
|
||||
% identification
|
||||
%-------------------------------------------------------------------------------
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{moderncvcolor_custom/moderncvcustomcolorgreen}[2025-10-28 modern curriculum vitae and letter color scheme: custom green]
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\definecolor{black}{HTML}{000000}
|
||||
\definecolor{white}{HTML}{ffffff}
|
||||
\definecolor{darkgrey}{HTML}{2d2d2d}
|
||||
\definecolor{green}{HTML}{10ac25}
|
||||
\definecolor{palegreen}{HTML}{000000}
|
||||
|
||||
\colorlet{color0}{black}
|
||||
\colorlet{color1}{green}
|
||||
\colorlet{color2}{darkgrey}
|
||||
\colorlet{headTL}{black}
|
||||
\colorlet{headBR}{color1}
|
||||
\colorlet{headtext}{white}
|
||||
\colorlet{headhr}{color2}
|
||||
|
||||
|
||||
\endinput
|
||||
Reference in New Issue
Block a user