-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamerthemeegon.sty
53 lines (41 loc) · 1.66 KB
/
beamerthemeegon.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
\usepackage{tikz}
%%% define colors
\definecolor{darkegoblue}{HTML}{1f567d}
\definecolor{lightegoblue}{HTML}{7ca7c6}
\definecolor{paleegoblue}{HTML}{cee3f1}
\setbeamercolor{headego}{fg=white, bg=darkegoblue}
\setbeamercolor{footego}{fg=white, bg=lightegoblue}
%%% title
\setbeamercolor{title}{fg=white, bg=darkegoblue}
\titlegraphic{\hfill %oder \includegraphics[width=2cm]{img/eGon_logo.pdf}\hspace*{4.75cm}~% für 2. Logo
\includegraphics[width=2cm]{img/eGon_logo.pdf}
}
%%% frametitle
\setbeamercolor{frametitle}{fg=white, bg=darkegoblue}
\addtobeamertemplate{frametitle}{}{%
\begin{tikzpicture}[remember picture,overlay]
\clip (0.97\textwidth,0.6) circle (.75cm);
\node at (0.97\textwidth,0.6) {\includegraphics[width=1.6cm]{img/eGon_logo.pdf}};
\end{tikzpicture}}
%%% footline
\setbeamertemplate{footline}{
\begin{beamercolorbox}[wd=\textwidth, ht = 2mm, dp=1mm]{footego}
\hspace*{2mm}\insertauthor\hfill\inserttitle\hfill\insertdate\hfill\insertframenumber\hspace*{2mm}
\end{beamercolorbox}
}
%%% frame content
\setbeamercolor{item}{fg=darkegoblue}
\setbeamertemplate{itemize items}[circle]
\setbeamercolor{block title}{bg=lightegoblue, fg=black}
\setbeamercolor{block body}{bg=paleegoblue, fg=black}
%%% table of contents
\setbeamertemplate{section in toc}[circle]
\setbeamercolor{section in toc}{fg=black}
\setbeamercolor{subsection in toc}{fg=black}
\setbeamercolor{subsubsection in toc}{fg=black}
%%% bibliography
\setbeamertemplate{section in toc}[circle]
\setbeamercolor{bibliography entry author}{fg=black}
\setbeamercolor{bibliography entry title}{fg=black}
\setbeamercolor{bibliography entry location}{fg=black}
\setbeamertemplate{bibliography item}[text]