Say I want to draw a beamercolorbox and have it be coloured with the colour used for block body alerted.bg. How can I do this? I read this question, but it turned out to be unhelpful. I need to somehow reference the colour by name. So I'd like something like this
\begin{beamercolorbox}[center,wd=\paperwidth]{block body.fg}
<content>
\end{beamercolorbox}
But that does not work. Judging from fruitless googling there seems to be no easy way to directly use the template-defined colour to stay consistent, is there?
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. – samcarter_is_at_topanswers.xyz Dec 05 '15 at 14:40