-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeCMLS.sty
43 lines (28 loc) · 1.15 KB
/
beamercolorthemeCMLS.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
%
% Color definitions
%
\definecolor{Xblue}{RGB}{10,41,59}
\definecolor{XblueSIF}{RGB}{40,68,84}
\definecolor{XbluePIF}{RGB}{18,74,107}
\definecolor{Xbrown}{RGB}{166,79, 28 }
\colorlet{Xbluesubitem}{Xblue!80!white}
\setbeamercolor{section in footer}{fg=white,bg=Xblue!95!white}
\setbeamercolor{subsection in footer}{fg=white,bg=XblueSIF}
\setbeamercolor{pagenumber in footer}{fg=white,bg=XbluePIF}
\setbeamercolor{frametitle continuation}{fg=white}
%
% Redefinition of beamer colors
%
\setbeamercolor{enumerate item}{fg=Xblue}
\setbeamercolor{enumerate subitem}{fg=Xbluesubitem}
\setbeamercolor{itemize item}{fg=Xblue}
\setbeamercolor{itemize subitem}{fg=Xbluesubitem}
\setbeamercolor{title}{fg=black}
\setbeamercolor{section in toc}{fg=Xblue}
\setbeamercolor{subsection in toc}{fg=Xbluesubitem}
\setbeamercolor{alerted text}{bg=Xbrown, fg=white}
\setbeamercolor{block body alerted}{fg=black,bg=Xbrown!5!white}
\setbeamercolor{example text}{bg=XbluePIF , fg = white}
\setbeamercolor{block body example}{bg=XbluePIF!5!white,fg=black}
\setbeamercolor{block title}{use=structure,fg=white,bg=Xblue}
\setbeamercolor{block body}{use=structure, fg=black,bg=Xblue!5!white}