-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeCVUTFIT.sty
57 lines (44 loc) · 2.17 KB
/
beamercolorthemeCVUTFIT.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
54
55
56
57
% LaTeX Beamer color theme based on Czech Technical University visual identity
% and its Faculty of Information Technology common colour scheme
% based on Beamer color theme whale
%
% Copyright 2007 by Till Tantau
% Modified 2018 by Ondrej Guth ([email protected])
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE of LaTeX Beamer for more details.
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% IMPORTANT
% This color theme is not part of LaTeX Beamer.
% This color theme is not an official scheme of neither CTU nor FIT.
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\mode<presentation>
\definecolor{CVUT}{HTML}{0072C6}
\definecolor{CVUTFIT}{HTML}{f0ab00}
\setbeamercolor*{structure}{bg=white,fg=CVUT}
\setbeamercolor{example text}{fg=CVUTFIT}
\setbeamercolor{block title}{use=structure,fg=white,bg=structure.fg!75!black}
\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg!75!black}
\setbeamercolor{block title example}{use=example text,fg=white,bg=CVUTFIT}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg}
\setbeamercolor*{palette primary}{use=structure,fg=white,bg=structure.fg}
% \setbeamercolor*{palette secondary}{use=structure,fg=white,bg=CVUTFIT}
\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=CVUTFIT}
\setbeamercolor*{palette quaternary}{fg=white,bg=black}
\setbeamercolor*{sidebar}{use=structure,bg=structure.fg}
\setbeamercolor*{palette sidebar primary}{use=structure,fg=structure.fg!10}
\setbeamercolor*{palette sidebar secondary}{fg=white}
\setbeamercolor*{palette sidebar tertiary}{use=structure,fg=structure.fg!50}
\setbeamercolor*{palette sidebar quaternary}{fg=white}
\setbeamercolor*{titlelike}{fg=CVUT}
\setbeamercolor*{separation line}{}
\setbeamercolor*{fine separation line}{}
\mode
<all>