-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbeamercolorthemeInformatics.sty
33 lines (27 loc) · 1.16 KB
/
beamercolorthemeInformatics.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
\mode<presentation>
% Custom colours
\definecolor{headerGrey}{RGB}{242,242,242}
\definecolor{infoRed}{RGB}{239,41,61} % #EF293D
\definecolor{infoBlue}{RGB}{12,46,89} % #0C2E59
% Set colours to variables
\setbeamercolor{block title}{fg=white, bg=infoBlue}
\setbeamercolor{block body}{fg=black, bg=infoBlue!30!white}
\setbeamercolor{block title alerted}{fg=white, bg=infoRed}
\setbeamercolor{block body alerted}{fg=black, bg=infoRed!30!white}
\setbeamercolor{block title example}{fg=white, bg=headerGrey!30!black}
\setbeamercolor{block body example}{fg=black, bg=headerGrey}
\setbeamercolor{background canvas}{bg=white}
\setbeamercolor{title}{fg=infoRed}
\setbeamercolor{subtitle}{fg=infoBlue}
\setbeamercolor{frametitle}{fg=infoRed} % slide title
\setbeamercolor{framesubtitle}{fg=infoBlue}
\setbeamercolor{normal text}{fg=infoBlue}
\setbeamercolor{section in toc}{fg=infoBlue}
\setbeamercolor{section in toc shaded}{fg=infoBlue}
\setbeamercolor{item}{fg=infoBlue}
\setbeamercolor{subitem}{fg=infoBlue}
\setbeamercolor{subsubitem}{fg=infoBlue}
\setbeamercolor{description item}{fg=infoBlue}
\setbeamercolor{caption}{fg=infoBlue}
\setbeamercolor{caption name}{fg=infoBlue}
\mode<all>