-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbeamercolorthemefaims.sty
59 lines (38 loc) · 2.64 KB
/
beamercolorthemefaims.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
% This file is for specifying custom colors and assigning colors to various elements in slides
\mode<presentation>
%----------------------------------------------------------------------------------------
% CUSTOM COLORS
%----------------------------------------------------------------------------------------
\definecolor{faimsblue}{RGB}{27,62,147}
\definecolor{faimsorange}{RGB}{246,142,30}
\definecolor{faimsgrey}{HTML}{9F9C93}
%----------------------------------------------------------------------------------------
% BLOCK COLORS
%----------------------------------------------------------------------------------------
\setbeamercolor{block title}{fg=faimsblue, bg=faimsblue!10} % Block title
\setbeamercolor{block body}{fg=black, bg=faimsblue!10} % Block content
\setbeamercolor{block title alerted}{fg=white, bg=faimsorange} % Alert block title
\setbeamercolor{block body alerted}{fg=white, bg=faimsorange} % Alert block content
\setbeamercolor{block title example}{fg=white, bg=faimsgrey} % Example block title
\setbeamercolor{block body example}{fg=white, bg=faimsgrey} % Example block content
%----------------------------------------------------------------------------------------
% SLIDE ELEMENT COLORS
%----------------------------------------------------------------------------------------
\setbeamercolor{background canvas}{bg=white} % Default slide background color
\setbeamercolor{normal text}{fg=black} % Default slide text color
\setbeamercolor{frametitle}{fg=faimsblue} % Slide titles
\setbeamercolor{framesubtitle}{fg=faimsorange} % Slide subtitles
\setbeamercolor{title}{fg=faimsblue} % Presentation title on title page
\setbeamercolor{subtitle}{fg=white} % Presentation subtitle on title page
\setbeamercolor{author}{fg=black} % Presentation author/contact information/department on title slide
\setbeamercolor{page number in head/foot}{fg=black} % Slide numbers in footer
\setbeamercolor{author in head/foot}{fg=faimsgrey} % License/authorship information in footer
\setbeamercolor{item}{fg=faimsorange} % Itemize and enumerate bullet/number colors
\setbeamercolor{section in toc}{fg=faimsorange} % Section number in table of contents
\setbeamercolor{bignum}{fg=faimsblue} % Big number slide number color
%----------------------------------------------------------------------------------------
% MISC COLOR ASSIGNMENTS
%----------------------------------------------------------------------------------------
\hypersetup{colorlinks, urlcolor=faimsblue, linkcolor=faimsblue, citecolor=faimsorange, linkbordercolor=faimsblue} % Colors to use for links
%----------------------------------------------------------------------------------------
\mode<all>