I don't want to use Beamer's standard blue colour theme. I want to use beaver
, which is deep reds. Everything looks nice, except that if I use itemize
the bullet points are still blue. Is there a nice way to have the bullets vary with what colour theme I was using? (If I were to opt for a yellowish colour theme, I'd expect the bullets to go yellow too.)
If there isn't, what is the brute force way to change the bullet points red? Or at the very least, make them go back to black again.
Two new commands are also used in the example: \textcolor{red}{easily} : Changes the colour of inline text. This command takes two parameters, the colour to use and the text whose colour is changed. In the example the word easily is printed in red.
colored text in latex beamer change the color of the writing by \setbeamercolor{normal text}{fg=white} and an addtional command \usebeamercolor*{normal text}. Without the last command text color would not change. Other colors could be used in the same way.
In the current (early 2012) version of beamer, you want to use:
\setbeamercolor*{item}{fg=red}
instead.
... what is the brute force way to change the bullet points red? ...
This works for me:
\setbeamercolor{itemize item}{fg=red} % all frames will have red bullets \begin{frame} \begin{itemize} \item First item. \item Second item. \item Third item. \item Fourth item. \end{itemize} \end{frame}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With