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:
2025-10-28 20:23:23 -07:00
parent db8c9a15b9
commit 275fd0affc
14 changed files with 148 additions and 136 deletions

View 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