-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeunibz.sty
45 lines (35 loc) · 1.3 KB
/
beamercolorthemeunibz.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
\definecolor{unibzblue}{RGB}{101, 125, 145}
% Extra colors
\definecolor{lightblue}{RGB}{238, 244, 252}
\definecolor{lightorange}{RGB}{255, 237, 226}
% ====================
% 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=unibzblue}
% Headline
\setbeamercolor{headline}{fg=white,bg=unibzblue}
% Block
\setbeamercolor{block title}{fg=unibzblue,bg=white}
\setbeamercolor{block separator}{bg=black}
\setbeamercolor{block body}{fg=black,bg=white}
% Alert Block
\setbeamercolor{block alerted title}{fg=unibzblue,bg=lightorange}
\setbeamercolor{block alerted body}{fg=black,bg=lightorange}
% Example Block
\setbeamercolor{block example title}{fg=unibzblue,bg=lightblue}
\setbeamercolor{block example body}{fg=black,bg=lightblue}
% Heading
\setbeamercolor{heading}{fg=black}
% Itemize
\setbeamercolor{item}{fg=unibzblue}
% 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}