\usebeamercolor
command, but I can only get text to get the frame title color. I tried this:
Code: Select all
\documentclass{beamer}
\usetheme{Boadilla}
\usecolortheme{whale}
%\setbeamercolor{block title}{bg={\usebeamercolor[bg]{title}}}
\begin{document}
\begin{frame}{title}
\begin{block}{test}
\end{block}
\end{frame}
\end{document}