-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbeamercolorthemeRoma.sty
executable file
·47 lines (36 loc) · 1.61 KB
/
beamercolorthemeRoma.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
% Roma Beamer Theme - Claudio Fiandrino
% Reworked by Matteo Ipri
\mode<presentation>
% Color definition
\definecolor{redRoma}{RGB}{130,36,51}
\definecolor{blueRoma}{RGB}{0,103,120}
\definecolor{lightblueRoma}{RGB}{0,179,190}
%\definecolor{blueRoma}{HTML}{006778}
% Settings
\setbeamercolor*{palette primary}{fg=white,bg=redRoma}
\setbeamercolor*{title page header}{fg=white}
%\setbeamercolor*{subtitle}{fg=white}
\setbeamercolor*{author}{fg=white}
\setbeamercolor*{date}{fg=white}
\setbeamercolor*{titlelike}{fg=white}
\setbeamercolor*{frametitle}{bg=black,fg=black}
\setbeamercolor*{titleline}{bg=redRoma!60}
\setbeamercolor*{part title}{bg=black,fg=black}
\setbeamercolor*{alerted text}{fg=redRoma!90}
\setbeamercolor*{item}{fg=redRoma}
\setbeamercolor*{line}{parent=title page header}
\setbeamercolor*{separation line}{}
\setbeamercolor*{fine separation line}{}
\setbeamercolor*{linebar}{parent=line}
\setbeamercolor*{section in head/foot}{bg=redRoma, fg=white}
\setbeamercolor*{section in toc}{bg=white,fg=black}
\setbeamercolor*{section in toc shaded}{parent=section in toc}
% Block settings
\setbeamercolor*{block title}{use=structure,bg=blueRoma,fg=white}
\setbeamercolor*{block title alerted}{use=structure,bg=redRoma,fg=white}
\setbeamercolor*{block title example}{use=example text,fg=white,bg=example text.fg!75!black}
\setbeamercolor*{block body}{use=block title,bg=block title.bg!10!bg,fg=black}
\setbeamercolor*{block body alerted}{use=block title alerted,bg=block title alerted.bg!10!bg,fg=black}
\setbeamercolor*{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg}
\mode
<all>