From c5f33fc9bf3e6427331e7232424a0a99a21feb7e Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Tue, 9 Feb 2021 09:45:58 +0100
Subject: [PATCH] Add true white

---
 ULiegeColors.sty | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ULiegeColors.sty b/ULiegeColors.sty
index fbe1700..73e4a8d 100644
--- a/ULiegeColors.sty
+++ b/ULiegeColors.sty
@@ -29,7 +29,7 @@
 %%                       PACKAGE DEFINITION AND PARAMETERS
 %% -----------------------------------------------------------------------------
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ULiegeColors}[2020/12/03 University of Liège Colors]
+\ProvidesPackage{ULiegeColors}[2020/02/09 University of Liège Colors]
 
 
 %% -----------------------------------------------------------------------------
@@ -67,3 +67,6 @@
 \definecolor{ulgViolet}{RGB/HTML/cmyk}{91,37,125/5B257D/0.8,1,0.06,0.02}         % Law, Political Sciences, Criminology
 \definecolor{ulgGrey}{RGB/HTML/cmyk}{140,139,130/8C8B82/0.2,0.15,0.25,0.45}      % HEC (Management)
 \definecolor{ulgGreyLight}{RGB/HTML/cmyk}{181,180,169/B5B4A9/0.3,0.22,0.3,0.08}  % Architecture
+
+%% --- White color (non official)
+\definecolor{ulgWhite}{RGB/HTML/cmyk}{255,255,255/FFFFFF/0,0,0,0}
-- 
GitLab