diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-06 21:18:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-06 21:18:24 +0000 |
commit | 1379bb7d665a2f7ff34dc9dc52926435a70e96f5 (patch) | |
tree | fe32bf11522b22ebc6aabb617f216e96a5fe0d0c /Master/texmf-dist/tex/latex/uwa-colours | |
parent | 458565968e839da20c0c8dd69af1d35eb7111acc (diff) |
uwa-colours (6sep21)
git-svn-id: svn://tug.org/texlive/trunk@60443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uwa-colours')
-rw-r--r-- | Master/texmf-dist/tex/latex/uwa-colours/uwa-colours.sty | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uwa-colours/uwa-colours.sty b/Master/texmf-dist/tex/latex/uwa-colours/uwa-colours.sty new file mode 100644 index 00000000000..27451ff707b --- /dev/null +++ b/Master/texmf-dist/tex/latex/uwa-colours/uwa-colours.sty @@ -0,0 +1,53 @@ +%% +%% This is file `uwa-colours.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% uwa-colours.dtx (with options: `package') +%% +%% Copyright 2019 Anthony Di Pietro +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Anthony Di Pietro. +%% +%% This work consists of the files uwa-colours.dtx and uwa-colours.ins +%% and the derived file uwa-colours.sty. +%% +\NeedsTeXFormat{LaTeX2e}[2005/12/01] +\ProvidesPackage{uwa-colours} + [2019/08/31 1.0.0 UWA Colours] +\RequirePackage[hyperref]{xcolor} +\definecolor{UWABlue}{RGB}{39, 52, 139} +\definecolor{UWAGold}{RGB}{225, 182, 80} +\definecolor{UWASmoke}{RGB}{245, 248, 252} +\definecolor{UWASky}{RGB}{226, 237, 250} +\definecolor{UWAGrey}{RGB}{236, 236, 236} +\definecolor{UWAGreydark}{RGB}{221, 221, 221} +\definecolor{UWAMaroon}{RGB}{169, 34, 71} +\definecolor{UWACrimson}{RGB}{222, 40, 81} +\definecolor{UWATomato}{RGB}{228, 54, 34} +\definecolor{UWAMaria}{RGB}{232, 78, 15} +\definecolor{UWAAutumn}{RGB}{244, 151, 0} +\definecolor{UWAAmber}{RGB}{253, 195, 0} +\definecolor{UWASeaweed}{RGB}{38, 85, 33} +\definecolor{UWAApple}{RGB}{62, 134, 56} +\definecolor{UWASushi}{RGB}{45, 192, 59} +\definecolor{UWAMidnight}{RGB}{0, 56, 105} +\definecolor{UWADenim}{RGB}{20, 136, 202} +\definecolor{UWAViking}{RGB}{72, 190, 216} +\definecolor{UWABossanova}{RGB}{70, 46, 81} +\definecolor{UWAOrchid}{RGB}{145, 39, 117} +\definecolor{UWAPlum}{RGB}{196, 108, 169} +\endinput +%% +%% End of file `uwa-colours.sty'. |