I'm going crazy just trying to change the color of the text within a frame environment.
\begin{frame}[plain]
I want this text to be red!!!
\end{frame}
I have tried almost every single environment listed on the Latex Wiki.
{
%\usebackgroundtemplate{\includegraphics[width=\paperwidth]{dark_galaxy.jpg}}
\begin{frame}[plain]
\setbeamercolor{alerted text}{fg=red}
\setbeamercolor{background canvas}{fg=red}
\setbeamercolor{block body alerted}{fg=red}
\setbeamercolor{block body}{fg=red}
\setbeamercolor{block body example}{fg=red}
\setbeamercolor{block title}{fg=red,bg=blue}
\setbeamercolor{fine separation line}{}
\setbeamercolor{frametitle}{fg=red}
\setbeamercolor{item projected}{fg=red}
\setbeamercolor{normal text}{fg=red}
\setbeamercolor{section in sidebar}{fg=red}
\setbeamercolor{section in sidebar shaded}{fg=red}
\setbeamercolor{separation line}{fg=red}
\setbeamercolor{sidebar}{fg=red}
\setbeamercolor{structure}{fg=red}
\setbeamercolor{subsection in sidebar}{fg=red}
\setbeamercolor{subsection in sidebar shaded}{fg=red}
\setbeamercolor{title}{fg=red}
\setbeamercolor{titlelike}{fg=red}
Electromagnetic radiation from hydrogen gas in VIRGOHI 21 suggests it is
part of a system with a mass of \approximately $10^{11}$ solar masses.
\end{frame}
}
