Fork of github.com/Aarif123456/modern-deedy commit 07c724f

This commit is contained in:
Michael Bradley 2024-07-13 21:25:32 -04:00
commit 10783ee1c2
26 changed files with 713 additions and 0 deletions

12
font-color.sty Normal file
View file

@ -0,0 +1,12 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{font-color}[2021/05/30 Quick package to setup colour]
%------------------------------------------------------
% used to set the color of text
\RequirePackage[usenames,dvipsnames]{xcolor}
%------------------------------------------------------
% Color definitions
\definecolor{primary}{HTML}{2b2b2b}
\definecolor{headings}{HTML}{6A6A6A}
\definecolor{subheadings}{HTML}{333333}