How can I change the color of bullets in an itemize list within an alertblock in beamer?
I use
\setbeamercolor{itemize item}{<color>}
to set the color of the bullets throughout the document. But I want a different color when the bullets are inside an alertblock environment. I've tried
\setbeamercolor{block itemize item alerted}{<color>}
and
\setbeamercolor{block alerted itemize item}{<color>}
but neither seems to do anything.
Update: This is not the same question as Custom beamer blocks. I want to modify the alertblock environment. I don't want to create a new environment.

block itemize item alertedorblock alerted itemize itemdoesn't exist. Here you can obtain a completetemplateslist. I think you will need to use @karathan link. – Ignasi Feb 4 at 8:44