12 lines
420 B
TeX
12 lines
420 B
TeX
\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}
|