Fork of github.com/Aarif123456/modern-deedy commit 07c724f
This commit is contained in:
commit
10783ee1c2
26 changed files with 713 additions and 0 deletions
12
font-color.sty
Normal file
12
font-color.sty
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue