metropolis_theme/beamercolorthememetropolis.sty

64 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-09-22 17:10:05 +02:00
% Beamer mtheme
%
% Copyright 2014 Matthias Vogelgesang
% Licensed under CC-BY-SA 4.0 International.
%
% The initial template comes from the HSRM beamer theme by Benjamin Weiss, which
% you can find at https://github.com/hsrmbeamertheme/hsrmbeamertheme.
%
\ProvidesPackage{beamercolorthememetropolis}
\newif\if@blockbg
\@blockbgfalse
\DeclareOption{blockbg}{\@blockbgtrue}
\ProcessOptions\relax
2014-09-22 17:10:05 +02:00
% http://paletton.com/#uid=7050t0kkJkJsntwoyp6gYgoddc4
\definecolor{mDarkBrown}{HTML}{604c38}
\definecolor{mDarkTeal}{HTML}{23373b}
\definecolor{mLightBrown}{HTML}{EB811B}
\definecolor{mMediumBrown}{HTML}{C87A2F}
\setbeamercolor{palette primary}{fg=mDarkTeal, bg=black!2}
\setbeamercolor{palette secondary}{fg=white, bg=mDarkTeal}
\setbeamercolor{palette quaternary}{fg=mDarkBrown}
\setbeamercolor{palette tertiary}{fg=white, bg=mMediumBrown}
\setbeamercolor{title}{parent=palette primary}
\setbeamercolor{subtitle}{parent=palette primary}
\setbeamercolor{author}{parent=palette primary}
\setbeamercolor{date}{parent=palette primary}
\setbeamercolor{institute}{parent=palette primary}
\setbeamercolor{section title}{parent=palette primary}
\setbeamercolor{frametitle}{parent=palette secondary}
\setbeamercolor{background canvas}{parent=palette primary}
\setbeamercolor{structure}{fg=mDarkTeal}
2014-10-28 20:04:16 +01:00
\setbeamercolor{normal text}{fg=black!97}
2014-09-22 17:10:05 +02:00
\setbeamercolor{alerted text}{fg=mLightBrown}
\setbeamercolor{footnote}{fg=mDarkTeal!50}
\setbeamercolor{footnote mark}{fg=.}
2014-09-22 17:10:05 +02:00
\setbeamercolor{page number in head/foot}{fg=mDarkTeal}
\if@blockbg
\setbeamercolor{block title}{parent=palette primary,bg=palette primary.bg!80!fg}
\setbeamercolor{block title alerted}{use=alerted text,parent=palette primary,fg=alerted text.fg}
\setbeamercolor{block title example}{use=example text,parent=palette primary,fg=example text.fg}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg}
2015-01-23 02:41:41 +01:00
\fi
2015-01-23 02:41:41 +01:00
2014-09-22 17:10:05 +02:00
\mode
<all>