-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeBCHNottingham.sty
56 lines (46 loc) · 1.71 KB
/
beamercolorthemeBCHNottingham.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
% BCHNottingham theme based on Gemini theme
% https://github.com/anishathalye/gemini
% ====================
% Definitions
% ====================
\definecolor{lightgray}{RGB}{235, 235, 237}
\definecolor{blue}{RGB}{64, 115, 158}
\definecolor{chemistryblue}{RGB}{0, 115, 206}
\definecolor{darkblue}{RGB}{39, 60, 117}
\definecolor{highlightorange}{RGB}{247, 121, 2}
\definecolor{highlightgreen}{RGB}{3, 99, 21}
\definecolor{highlightviolet}{RGB}{111, 4, 194}
\definecolor{darkerblue}{RGB}{0, 5, 153}
% ====================
% Theme
% ====================
% Basic colors
\setbeamercolor{palette primary}{fg=black, bg=white}
\setbeamercolor{palette secondary}{fg=black, bg=white}
\setbeamercolor{palette tertiary}{bg=black, fg=white}
\setbeamercolor{palette quaternary}{fg=black, bg=white}
\setbeamercolor{structure}{fg=darkblue}
% Headline
\setbeamercolor{headline}{fg=lightgray, bg=chemistryblue}
\setbeamercolor{headline rule}{bg=darkblue}
% Footline
\setbeamercolor{footline}{fg=white, bg=chemistryblue}
\setbeamercolor{footline rule}{bg=darkblue}
% Block
\setbeamercolor{block title}{fg=blue, bg=white}
\setbeamercolor{block separator}{bg=black}
\setbeamercolor{block body}{fg=black, bg=white}
% Alert Block
\setbeamercolor{block alerted title}{fg=blue, bg=lightgray}
\setbeamercolor{block alerted separator}{bg=black}
\setbeamercolor{block alerted body}{fg=black, bg=lightgray}
% Heading
\setbeamercolor{heading}{fg=black}
% Itemize
\setbeamercolor{item}{fg=darkblue}
% Bibliography
\setbeamercolor{bibliography item}{fg=black}
\setbeamercolor{bibliography entry author}{fg=black}
\setbeamercolor{bibliography entry title}{fg=black}
\setbeamercolor{bibliography entry location}{fg=black}
\setbeamercolor{bibliography entry note}{fg=black}