-
Notifications
You must be signed in to change notification settings - Fork 232
/
beamercolorthemeumich.sty
55 lines (44 loc) · 1.77 KB
/
beamercolorthemeumich.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
% Gemini theme
% https://github.com/anishathalye/gemini
% ====================
% Definitions
% ====================
\definecolor{UMichBlue}{RGB}{0, 39, 76} % #00274C
\definecolor{UMichMaize}{RGB}{255, 203, 5} % #FFCB05
\definecolor{UMichWhite}{RGB}{255, 255, 255} % #FFFFFF
\definecolor{UMichGray}{RGB}{235, 235, 235}
\definecolor{UMichLightMaize}{RGB}{242, 237, 217}
% ====================
% Theme
% ====================
% Basic colors
\setbeamercolor{palette primary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{palette secondary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{palette tertiary}{bg=UMichBlue,fg=UMichWhite}
\setbeamercolor{palette quaternary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{structure}{fg=UMichBlue}
% Headline
\setbeamercolor{headline}{fg=UMichGray,bg=UMichBlue}
\setbeamercolor{headline rule}{bg=UMichMaize}
% Block
\setbeamercolor{block title}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{block separator}{bg=UMichBlue}
\setbeamercolor{block body}{fg=UMichBlue,bg=UMichWhite}
% Alert Block
\setbeamercolor{block alerted title}{fg=UMichBlue,bg=UMichLightMaize}
\setbeamercolor{block alerted separator}{bg=UMichBlue}
\setbeamercolor{block alerted body}{fg=UMichBlue,bg=UMichLightMaize}
% Example Block
\setbeamercolor{block example title}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{block example separator}{bg=UMichBlue}
\setbeamercolor{block example body}{fg=UMichBlue,bg=UMichWhite}
% Heading
\setbeamercolor{heading}{fg=UMichBlue}
% Itemize
\setbeamercolor{item}{fg=UMichBlue}
% Bibliography
\setbeamercolor{bibliography item}{fg=UMichBlue}
\setbeamercolor{bibliography entry author}{fg=UMichBlue}
\setbeamercolor{bibliography entry title}{fg=UMichBlue}
\setbeamercolor{bibliography entry location}{fg=UMichBlue}
\setbeamercolor{bibliography entry note}{fg=UMichBlue}