32 lines
1.1 KiB
TeX
32 lines
1.1 KiB
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{sintefcolor}[2021/03/04]
|
|
|
|
\RequirePackage{xcolor}
|
|
|
|
% Main colour
|
|
%\definecolor{maincolor}{RGB/cmyk}{114,37,109/69,99,35,1}
|
|
\definecolor{maincolor}{RGB/cmyk}{24,66,153/84,57,0,40}
|
|
\definecolor{maincharcolor}{RGB/cmyk}{114,37,109/69,99,35,1}
|
|
% "Warm grey"
|
|
\definecolor{sintefgrey}{RGB/cmyk}{235,235,230/0,0,0,.1}
|
|
\colorlet{sintefgray}{sintefgrey}
|
|
|
|
\definecolor{JLUblockcolor}{RGB/cmyk}{241,245,255/5,4,0,0}
|
|
|
|
% Greens
|
|
\definecolorset{RGB/cmyk}{sintef}{}{lightgreen, 205,250,225/.23, 0,.20, 0;%
|
|
green, 20,185,120/.73, 0,.67, 0;%
|
|
darkgreen, 0, 70, 40/.93,.43,.92,.52}
|
|
|
|
% Additional colours
|
|
\definecolorset{RGB/cmyk}{sintef}{}{yellow, 201,165,39/19, 41,89, 0;%
|
|
red, 190, 60,55/19, 86,77, 8;%
|
|
lilla, 120, 0,80/48,100,27,31}
|
|
|
|
% Deprecated colours for backward compatibility
|
|
\definecolorset{HTML}{sintef}{}{cyan, 22A7E5;%
|
|
magenta, EC008C;%
|
|
lightgrey, D8D0C7}
|
|
\colorlet{sinteflightgray}{sinteflightgrey}
|
|
|