You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
6 months ago
|
% Color palettes
|
||
|
\setbeamercolor*{palette primary}{fg=white, bg = mainColor}
|
||
|
\setbeamercolor*{palette secondary}{fg=subtleColor}
|
||
|
\setbeamercolor*{palette tertiary}{fg=subtleColor, bg=white}
|
||
|
\setbeamercolor*{palette quaternary}{fg=mainColor, bg=white}
|
||
|
|
||
|
\setbeamercolor*{normal text}{fg = white, bg=mainColor}
|
||
|
% sets (sub)title, (sub)frametitle if not otherwise specified
|
||
|
\setbeamercolor*{titlelike}{parent=palette quaternary}
|
||
|
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
% Specific Choices %
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
% Title page, part, section, subsection
|
||
|
|
||
|
\setbeamercolor*{title}{parent=palette quaternary}
|
||
|
\setbeamercolor*{title page header}{parent=palette quaternary}
|
||
|
\setbeamercolor*{section title}{parent=palette quaternary}
|
||
|
\setbeamercolor{author}{parent=palette secondary}
|
||
|
\setbeamercolor{date}{parent = palette secondary}
|
||
|
\setbeamercolor{slide separation line}{fg=accentColor}
|
||
|
|
||
|
|
||
|
% Table of Contents
|
||
|
\setbeamercolor{section in toc}{parent = palette primary}
|
||
|
\setbeamercolor{subsection in toc}{parent = palette primary}
|
||
|
\setbeamercolor{item in toc}{parent = palette primary}
|
||
|
|
||
|
% - Standard block
|
||
|
\setbeamercolor{block title}{parent=palette primary}
|
||
|
\setbeamercolor{block body}{parent=palette primary}
|
||
|
|
||
|
% - Alert block
|
||
|
\setbeamercolor{block title alerted}{parent = palette primary}
|
||
|
\setbeamercolor{block body alerted}{bg = accentColor}
|
||
|
|
||
|
|
||
|
% - Footnotes
|
||
|
\setbeamercolor{footnote}{parent = palette tertiary}
|
||
|
\setbeamercolor{footnote mark}{parent = palette tertiary}
|
||
|
|
||
|
% - Captions
|
||
|
% - Itemize/Enumerate (both) item icons ->
|
||
|
\setbeamercolor{item}{parent = palette primary}
|
||
|
%\setbeamercolor{item}{parent = palette secondary}
|
||
|
|
||
|
|
||
|
|
||
|
\setbeamercolor{frametitle}{parent=palette primary}
|
||
|
\setbeamercolor{framesubtitle}{parent = palette secondary}
|
||
|
|
||
|
\mode
|
||
|
<all>
|