Hello I'm writing a beamer presentation and I would like to change the colour of the text in the theorem block from one place and it will affect my whole presentation.
Is this possible?
My example:
\documentclass{beamer}
\usetheme{Madrid}
\usecolortheme[RGB={201,20,35}]{structure}
\setbeamercolor{background canvas}{bg=black}
\setbeamercolor{normal text}{fg=white}
\setbeamercolor{theorem text}{fg=black}
%\useoutertheme{shadow}
\useinnertheme{rounded}
\usepackage[utf8]{inputenc}
\usepackage{default}
\begin{document}
\begin{frame}{Primul Slide}
Bla bla bla
Bla bla bla
\begin{theorem}
This is a theorem it is very important!!
\end{theorem}
\end{frame}
\end{document}

\documentclass{...}and ending with\end{document}. – Claudio Fiandrino Dec 16 '12 at 15:16