-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopmcolor.sty
More file actions
28 lines (21 loc) · 867 Bytes
/
opmcolor.sty
File metadata and controls
28 lines (21 loc) · 867 Bytes
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{opmcolor}[2021/03/04]
\RequirePackage{xcolor}
% Main colour
\definecolor{opmblue}{RGB}{81, 0, 100}
% "Warm grey"
\definecolor{opmgrey}{RGB/cmyk}{235,235,230/0,0,0,.1}
\colorlet{opmgray}{opmgrey}
% Greens
\definecolorset{RGB}{opm}{}{lightgreen, 27, 197, 50;%
green, 27, 119, 50;%
darkgreen, 27, 67, 50}
% Additional colours
\definecolorset{RGB}{opm}{}{yellow, 225, 145, 1;%
red, 190, 60,55/19, 86,77, 8;%
lilla, 81, 0, 100}
% Deprecated colours for backward compatibility
\definecolorset{HTML}{opm}{}{cyan, 22A7E5;%
magenta, EC008C;%
lightgrey, D8D0C7}
\colorlet{opmlightgray}{opmlightgrey}