forked from artlbv/DESYbeamer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
beamercolorthemedesy.sty
42 lines (33 loc) · 1.52 KB
/
beamercolorthemedesy.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
\ProvidesPackage{beamercolorthemedesy}[2017/01/20]
\mode<presentation>
\definecolor{desyblue}{RGB}{0,166,235}
\definecolor{desyorange}{RGB}{242,142,0}
\definecolor{desygrey}{RGB}{119,119,119}
\setbeamercolor{alerted text}{fg=desyorange}
\setbeamercolor{example text}{fg=desyblue}
\setbeamercolor{emphasized text}{fg=desyblue}
\setbeamercolor{structure}{fg=desyblue}
\setbeamercolor{local structure}{fg=desyorange}
\setbeamercolor{items}{parent=local structure}
\setbeamercolor{itemize item}{parent=items}
\setbeamercolor{itemize subitem}{parent=items}
\setbeamercolor{itemize subsubitem}{parent=items}
\setbeamercolor{enumerate item}{parent=items}
\setbeamercolor{enumerate subitem}{parent=items}
\setbeamercolor{enumerate subsubitem}{parent=items}
\setbeamercolor{description item}{parent=items}
\setbeamercolor{titlelike}{fg=white,bg=desyblue}
\setbeamercolor{subtitle}{fg=desyorange,bg=white}
\setbeamercolor{framesubtitle}{parent=subtitle}
\setbeamercolor{logo in title}{parent=structure}
\setbeamercolor{text in title}{parent=structure}
\setbeamercolor{author}{fg=desyblue}
\setbeamercolor{titlegraphic}{bg=desyblue}
\setbeamercolor{logo}{fg=black,bg=white}
\setbeamercolor{logo in head/foot}{parent=structure}
\setbeamercolor{text in head/foot}{parent=structure,fg=desygrey}
\setbeamercolor*{author in head/foot}{parent=text in head/foot}
\setbeamercolor*{institute in head/foot}{parent=text in head/foot}
\setbeamercolor*{date in head/foot}{parent=text in head/foot}
\setbeamercolor*{pagenumber in head/foot}{parent=text in head/foot}
\mode<all>