Changing the colour of \textbullet in LaTeX Beamer

后端 未结 2 1496
暗喜
暗喜 2021-02-05 06:34

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

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 07:38

    In the current (early 2012) version of beamer, you want to use:

    \setbeamercolor*{item}{fg=red}
    

    instead.

提交回复
热议问题