-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamercolorthemeboulderbox.sty
43 lines (37 loc) · 1.35 KB
/
beamercolorthemeboulderbox.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
%% ---------------------------------------------------------------------------
%% Copyright 2018 Alexx Perloff
%%
%% Unofficial beamer theme in the colors of the University of Colorado Boulder, USA.
%%
%% The original template was based on the Warsaw theme.
%%
%% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
%% International License (https://creativecommons.org/licenses/by-sa/4.0/).
%% ---------------------------------------------------------------------------
\mode<presentation>
%C0 M10 Y48 K22
%(PANTONE® 4525 C)
%R207 G184 B124
%#CFB87C
\definecolor{CUGold}{RGB}{207,184,124}
%C38 M28 Y21 K63
%(PANTONE® 425 C )
%R86 G90 B92
%#565A5C
\definecolor{CUDarkGray}{RGB}{86,90,92}
%C16 M11 Y11 K29
%(PANTONE® 422 C)
%R162 G164 B163
%#A2A4A3
\definecolor{CULightGray}{RGB}{162,164,163}
% #943126
%R148 G49 B38
\definecolor{rustred}{RGB}{148,49,38}
\setbeamercolor{block title}{fg=white,bg=CUGold}
\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=rustred}
\setbeamercolor{block title example}{use=structure,fg=white,bg=CUDarkGray}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=CULightGray}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!50!bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=CULightGray}
\mode
<all>