I have redefined the color of my exampleblock
s using the following code"
\definecolor{trueblue}{RGB}{0, 115, 197}
\setbeamercolor*{block title example}{bg=trueblue}
However, the bullets within the exampleblock
s still appear in the default green color.
I experimented with perturbation of:
\setbeamercolor{block itemize item example}{fg= trueblue}
but nothing seems to work.
Any help would be greatly appreciated!
Thank you!
Best Answer
Set the
itemize item
color:If the change must apply only inside the
exampleblock
environment, you can use theetoolbox
package and its\AtBeginEnvironment
:For second and third level
itemize
environments you will also need