-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbeamercolorthemeCUacademic.sty
More file actions
33 lines (29 loc) · 1.1 KB
/
beamercolorthemeCUacademic.sty
File metadata and controls
33 lines (29 loc) · 1.1 KB
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
\mode<presentation>
% Sesquicentennial Palette
\definecolor{uiblue}{RGB}{19,31,51}
\definecolor{uiorange}{RGB}{250,99,0}
\setbeamercolor{author in head/foot}{fg=white}
\setbeamercolor{bibliography entry author}{fg=uiblue}
\setbeamercolor{bibliography entry location}{fg=uiblue}
\setbeamercolor{bibliography entry note}{fg=uiblue}
\setbeamercolor{block title}{bg=uiorange}
\setbeamercolor{caption name}{fg=uiorange}
\setbeamercolor{date in head/foot}{fg=white}
\setbeamercolor{frametitle}{fg=white,bg=uiblue}
\setbeamercolor{local structure}{fg=uiblue}
\setbeamercolor{navigation symbols}{fg=uiorange,bg=uiblue}
\setbeamercolor{palette primary}{bg=uiorange}
\setbeamercolor{palette secondary}{bg=uiblue}
\setbeamercolor{palette tertiary}{bg=uiorange}
\setbeamercolor{section in head/foot}{fg=white,bg=uiorange}
\setbeamercolor{structure}{fg=uiblue}
\setbeamercolor{title}{fg=white,bg=uiblue}
\hypersetup{
colorlinks,
linkcolor={uiblue},
urlcolor={uiorange}
}
\addtobeamertemplate{headline}{\hypersetup{linkcolor=.}}{}
\addtobeamertemplate{footline}{\hypersetup{linkcolor=.}}{}
\mode
<all>