Hi,
how can I change the color of the title of the definition block in Beamer without changing the color theme completely?
That is, I have this.
But definitions have exactly the same color as theorems.
General ⇒ beamer | Alter Color of Block
NEW: TikZ book now 40% off at Amazon.com for a short time.
beamer | Alter Color of Block
Hi,
take a look at the following example:
take a look at the following example:
Code: Select all
Code, edit and compile here:
\documentclass{beamer}\usetheme{Warsaw}\begin{document}\begin{frame}\begingroup\setbeamercolor{block title}{bg=red,fg=blue}%bg=background, fg= foreground\setbeamercolor{block body}{bg=yellow,fg=green}%bg=background, fg= foreground\begin{definition}A group $G$ is cyclic if there existis an element $x\in G$ such that $\langle x\rangle=G$.\end{definition}\endgroup\end{frame}\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...