From 28e70c1e67942aa86837397f9f991f59840e84f0 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 26 Sep 2017 16:36:41 +0200 Subject: [PATCH] Fix #296: use correct colors for bibliography --- source/beamercolorthememetropolis.dtx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/beamercolorthememetropolis.dtx b/source/beamercolorthememetropolis.dtx index 056f717..7ef4bd0 100644 --- a/source/beamercolorthememetropolis.dtx +++ b/source/beamercolorthememetropolis.dtx @@ -221,6 +221,17 @@ \setbeamercolor{footnote mark}{fg=.} % \end{macrocode} % +% We also reset the bibliography colors in order to pick up the surrounding +% colors at the time of use. This prevents us having to set the correct color in +% normal and standout mode. +% +% \begin{macrocode} +\setbeamercolor{bibliography entry author}{fg=, bg=} +\setbeamercolor{bibliography entry title}{fg=, bg=} +\setbeamercolor{bibliography entry location}{fg=, bg=} +\setbeamercolor{bibliography entry note}{fg=, bg=} +% \end{macrocode} +% % % % \subsubsection{Process package options}