-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbeamercolorthemeCSIRO.sty
54 lines (44 loc) · 2.09 KB
/
beamercolorthemeCSIRO.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
% ------------- CSIRO COLOURS -------------- %
% 1 Dec 2015
% "core".
% Midnight blue used for top-level headings.
% midday blue used for other headings.
% The blue strip is midday blue.
\definecolor{MiddayBlue}{RGB}{0,169,206}
\definecolor{CSIROBlue}{RGB}{0,169,206} % same as MiddayBlue
\definecolor{MidnightBlue}{RGB}{0,49,60}
% "Primary" these are linked in pairs, not sure what that really means
\definecolor{Lavender}{RGB}{159,174,229} % linked to...
\definecolor{Blueberry}{RGB}{30,34,170} % ...this
\definecolor{LightTeal}{RGB}{45,204,211} % linked to...
\definecolor{DarkTeal}{RGB}{0,115,119} % ...this
\definecolor{LightForest}{RGB}{120,190,32} % linked to...
\definecolor{DarkForest}{RGB}{68,105,61} % ...this
\definecolor{SkyBlue}{RGB}{65,182,230} % linked to...
\definecolor{OceanBlue}{RGB}{0,75,135} % ...this
\definecolor{LightMint}{RGB}{113,204,152} % linked to...
\definecolor{DarkMint}{RGB}{0,122,83} % ...this
%-----------------------------------------------------------
% Fonts and beamer slide layout
%-----------------------------------------------------------
% set the basic colors
% not exactly sure where these get used.
\setbeamercolor{palette primary} {fg=black,bg=white}
\setbeamercolor{palette secondary} {fg=black,bg=white}
\setbeamercolor{palette tertiary} {bg=MidnightBlue,fg=white}
\setbeamercolor{palette quaternary}{fg=black,bg=white}
\setbeamercolor{structure}{fg=CSIROBlue}
\setbeamercolor{titlelike} {bg=MidnightBlue,fg=white}
% I don't actually have frame titles I think
%\setbeamercolor{frametitle} {bg=jblue!10,fg=jblue}
\setbeamercolor{cboxb}{fg=black,bg=CSIROBlue}
% set colors for blocks
\setbeamercolor{block title}{fg=CSIROBlue,bg=white}
\setbeamercolor{block body}{fg=black,bg=white}
% set colors for alerted blocks (blocks with frame)
\setbeamercolor{block title alerted}{fg=white,bg=CSIROBlue}
\setbeamercolor{block body alerted}{fg=black,bg=MidnightBlue!10}
% styles for title : colour works, font doesn't
\setbeamercolor{title in headline}{fg=MidnightBlue}
\setbeamercolor{author in headline}{fg=black}
\setbeamercolor{institute in headline}{fg=black}