3 Commands
3.1 Standout Frames
The Moloch inner theme offers a custom frame format with large, centered text and an inverted background—perfect for focusing attention on single sentence or image. To use it, add the key standout to the frame:
\documentclass{beamer}
\usetheme{moloch}
\begin{document}
\begin{frame}[standout]
Thank you!
\end{frame}
\end{document}