-
Notifications
You must be signed in to change notification settings - Fork 9
/
beamercolorthemeUniversityOfManchester.sty
64 lines (53 loc) · 2.26 KB
/
beamercolorthemeUniversityOfManchester.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% (Unofficial) University of Manchester Beamer Theme
% Based upon the official PowerPoint styling.
% -------------------------------------------
% Authors: <andrew.mundy@cs.man.ac.uk>
\mode<presentation>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The University of Manchester Colours
\definecolor{uompurple}{HTML}{660099}
\colorlet{uompurple100}{uompurple!100!white}
\colorlet{uompurple75}{uompurple!75!white}
\colorlet{uompurple50}{uompurple!50!white}
\colorlet{uompurple25}{uompurple!25!white}
\colorlet{uompurple10}{uompurple!10!white}
\colorlet{uompurple5}{uompurple!5!white}
\definecolor{uomyellow}{HTML}{FFCC33}
\colorlet{uomyellow100}{uomyellow!100!white}
\colorlet{uomyellow75}{uomyellow!75!white}
\colorlet{uomyellow50}{uomyellow!50!white}
\colorlet{uomyellow25}{uomyellow!25!white}
\colorlet{uomyellow10}{uomyellow!10!white}
\colorlet{uomyellow5}{uomyellow!5!white}
\definecolor{uomgrey}{HTML}{999999}
\colorlet{uomgrey100}{uomgrey!100!white}
\colorlet{uomgrey75}{uomgrey!75!white}
\colorlet{uomgrey50}{uomgrey!50!white}
\colorlet{uomgrey25}{uomgrey!25!white}
\colorlet{uomgrey10}{uomgrey!10!white}
\colorlet{uomgrey5}{uomgrey!5!white}
\colorlet{contentgray}{black!75!white}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Structure Colouring
\ifbeamer@dark
\setbeamercolor{structure}{fg=white, bg=uompurple}
\setbeamercolor{normal text}{fg=white}
\else
\setbeamercolor{structure}{fg=contentgray, bg=white}
\setbeamercolor{normal text}{fg=contentgray}
\fi
\setbeamercolor{title}{use=structure}
\ifbeamer@darktitle
\setbeamercolor{title}{fg=white, bg=uompurple}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Block Colouring
\setbeamercolor{block title}{use=structure, fg=white, bg=uompurple50}
\setbeamercolor{block title alerted}{use=alerted text, fg=white, bg=uompurple}
\setbeamercolor{block title example}{use=example text, fg=white, bg=uompurple}
\setbeamercolor{block body}{fg=uompurple, use=block title, bg=uomgrey25}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mode
<all>