-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbeamercolorthemeage.sty
35 lines (26 loc) · 1.19 KB
/
beamercolorthemeage.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
% See the file LICENSE for more details.
\mode<presentation>
\colorlet{beamer@safeblack}{black} % safe copy of black for shadows etc.
% Uni Kassel Hausfarben
\definecolor{primary}{RGB}{199, 16, 92} % Uni Kassel Hausfarbe HKS 28
\definecolor{secondary}{RGB}{218, 218, 218} % Example: Define a secondary color
\definecolor{k80}{RGB}{87, 87, 87}
\definecolor{k50}{RGB}{157, 157, 157}
\definecolor{k20}{RGB}{218, 218, 218}
\definecolor{dunkelgrün}{RGB}{21, 56, 36}
\definecolor{hellblau}{RGB}{80, 149, 200}
\definecolor{gelbgrün}{RGB}{196, 210, 15}
\definecolor{hellgrün}{RGB}{74, 172, 150}
\definecolor{goldgelb}{RGB}{234, 195, 114}
\definecolor{hks28}{RGB}{199, 16, 92}
\definecolor{hks28k30}{RGB}{154, 12, 70}
\setbeamercolor{normal text}{fg=black,bg=white}
\setbeamercolor{alerted text}{fg=hks28k30}
\setbeamercolor{example text}{fg=hellblau}
\setbeamercolor{structure}{fg=primary}
\setbeamercolor{block title}{parent=structure,bg=secondary,fg=primary}
\setbeamercolor{block title alerted}{parent=alerted text,fg=white,bg=alerted text.fg}
\setbeamercolor{block title example}{parent=example text,bg=hellblau,fg=white}
\setbeamercolor{upper separation line foot}{parent=separation line,bg=primary}
\mode
<all>