-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeUnizar.sty
25 lines (22 loc) · 1.12 KB
/
beamercolorthemeUnizar.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
\mode<presentation>
\definecolor{unizarblue}{rgb}{0.13333,0.2392,0.4431}
\definecolor{unizarblack}{rgb}{0.09412,0.08235,0.07059}
\definecolor{unizarlightblue}{rgb}{0.6824,0.7216,0.7971}
\definecolor{unizardarkblue}{rgb}{0.07451,0.13333,0.2824}
\setbeamercolor*{palette primary}{bg=unizarblue,fg=white}
\setbeamercolor*{palette secondary}{bg=unizarlightblue, fg=black}
\setbeamercolor*{palette tertiary}{bg=unizardarkblue, fg=white}
\setbeamercolor*{palette quaternary}{bg=white, fg=unizarblue}
\setbeamercolor*{item}{fg=unizarblue}
\setbeamercolor*{title in head/foot}{bg=unizardarkblue, fg=white}
\setbeamercolor*{date in head/foot}{bg=unizarlightblue, fg=unizardarkblue}
\setbeamercolor*{number in head/foot}{bg=unizarlightblue, fg=unizardarkblue}
\setbeamercolor*{frametitle}{bg=unizarblue,fg=white}
\setbeamercolor*{normal text}{fg=unizarblack, bg=white}
\setbeamercolor*{alerted text}{fg=unizarblue, bg=unizarlightblue}
\setbeamercolor*{section in toc}{fg=unizardarkblue}
\setbeamercolor*{caption name}{fg=unizardarkblue}
\setbeamercolor*{block title}{fg=white, bg=unizarblue}
\setbeamercolor*{block body}{bg=unizarlightblue}
\mode
<all>