forked from ImperialCollegeLondon/imperial_latex_templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamercolorthemeImperial.sty
29 lines (20 loc) · 1.11 KB
/
beamercolorthemeImperial.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
% This file defines the Imperial beamer color theme
% © Imperial College London, 2024. This template, including logo and fonts, is
% for use of Imperial staff and students only for university business. All rights
% reserved to the copyright owners.
\mode<presentation>
%----------------------------------------------------------------------------------------
% CUSTOM COLORS
%----------------------------------------------------------------------------------------
\definecolor{ICLBlue}{RGB}{0, 0, 205}
\definecolor{ICLDarkBlue}{RGB}{0, 0, 128}
\definecolor{ICLCream}{RGB}{251, 247, 220}
\definecolor{ICLLightGrey}{RGB}{245, 245, 245}
%----------------------------------------------------------------------------------------
% SLIDE ELEMENT COLORS
%----------------------------------------------------------------------------------------
\setbeamercolor{frametitle}{fg=ICLBlue} % Frame titles
\setbeamercolor{framesubtitle}{fg=ICLBlue!50} % Frame subtitles
\setbeamercolor{page number in head/foot}{fg=ICLBlue} % Footer
%----------------------------------------------------------------------------------------
\mode<all>