with the following I have two blocks with same color
Code: Select all
\documentclass{beamer}
\usetheme{Warsaw}
\begin{document}
\begin{frame}
\setbeamercolor{block title}{use=structure,fg=white,bg=purple!75!black}
\setbeamercolor{block body}{use=structure,fg=black,bg=white!20!white}
\begin{block}{title 1}
...
\end{block}
\begin{block}{title 2}
...
\end{block}
\end{frame}
\end{document}
the first block with the colors of the example
How I must do this change?
regards,
Paulo