-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetropolisbrown.sty
More file actions
29 lines (24 loc) · 888 Bytes
/
Copy pathmetropolisbrown.sty
File metadata and controls
29 lines (24 loc) · 888 Bytes
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
% BrownU Theme for Metropolis
% https://github.com/vskbellala/metropolis-brown
\RequirePackage{caption}
% Constants
\definecolor{red}{RGB}{237, 28, 36}
\definecolor{brown}{RGB}{78, 54, 41}
\definecolor{gold}{RGB}{255, 199, 44}
\definecolor{darkgold}{RGB}{224, 165, 0}
\definecolor{gray}{RGB}{225, 228, 232}
\newcommand{\progressbar}{1pt}
% Captions
\captionsetup[figure]{labelfont={bf,color=brown}}
\captionsetup[table]{labelfont={bf,color=brown}}
% Progress Bar
\makeatletter
\setlength{\metropolis@titleseparator@linewidth}{\progressbar}
\setlength{\metropolis@progressonsectionpage@linewidth}{\progressbar}
\setlength{\metropolis@progressinheadfoot@linewidth}{\progressbar}
\makeatother
% Slide colors
\setbeamercolor{alerted text}{fg=red}
\setbeamercolor{example text}{fg=darkgold}
\setbeamercolor{palette primary}{bg=brown}
\setbeamercolor{bibliography entry location}{fg=brown}