-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsintefcolor.sty
28 lines (21 loc) · 990 Bytes
/
sintefcolor.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{sintefcolor}[2021/03/04]
\RequirePackage{xcolor}
% Main colour
\definecolor{maincolor}{RGB/cmyk}{7,50,136/95,63,0,47}
% "Warm grey"
\definecolor{sintefgrey}{RGB/cmyk}{235,235,230/0,0,0,.1}
\colorlet{sintefgray}{sintefgrey}
% 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, 200,155,20/20, 36,98, 8;%
blue, 0, 133,200/100, 34,0, 22;%
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}